mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 04:17:56 +08:00
fix nix-build args
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
||||
extraPullNames: nix-community
|
||||
- name: Build release
|
||||
run: |
|
||||
nix-build --arg crossSystem '{ config = "${{ matrix.target }}"; }'
|
||||
nix-build --argstr target ${{ matrix.target }}
|
||||
- name: Upload release artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user