upload built test binary to github artifacts

This commit is contained in:
Clément DOUIN
2024-09-17 06:46:57 +02:00
parent 681837b48d
commit 34fbf5b603
2 changed files with 12 additions and 10 deletions
+6 -3
View File
@@ -34,8 +34,11 @@ jobs:
name: soywod
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
extraPullNames: nix-community
- name: Run app
- name: Build release
run: |
nix build -L .#${{ matrix.target }}
nix run -L .#${{ matrix.target }} -- --version
ls -R result
- name: Upload release artifact
uses: actions/upload-artifact@v4
with:
name: release
path: result