fix nix-build args

This commit is contained in:
Clément DOUIN
2024-11-23 14:21:51 +01:00
parent 8c08b67be3
commit 942bf5d163
+1 -1
View File
@@ -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: