Skip to content

Commit deb5a67

Browse files
blackheavenfrasertweedale
authored andcommitted
feature(ci): save nix hsec-tools as artifact
1 parent f0cee0b commit deb5a67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nix.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ jobs:
1919
flake-lock-path: ./code/hsec-tools/flake.lock
2020
- run: nix -L build
2121
working-directory: ./code/hsec-tools
22+
- uses: actions/upload-artifact@v3
23+
if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
24+
with:
25+
name: hsec-tools
26+
path: code/hsec-tools/result/bin/hsec-tools

0 commit comments

Comments
 (0)