We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10816e commit 7a47f45Copy full SHA for 7a47f45
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
extra_nix_config: |
36
experimental-features = nix-command flakes
37
38
- - name: Build and Create ZIP Archive
+ - name: Build ${{ matrix.target }}
39
run: |
40
nix build .#${{ matrix.target }}
41
cp -rL result/ fina-${{ matrix.target }}
0 commit comments