Skip to content

Commit

Permalink
testing 2
Browse files Browse the repository at this point in the history
  • Loading branch information
asleepynerd committed Sep 12, 2023
1 parent 65e4055 commit 6d6bbae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
run: |
make all
echo "done!"
- name: "Zip binaries with tag"
run: |
zip -r binaries-${{ github.ref }}.zip ./bin/crc64 ./bin/sha1024 ./bin/md7 ./bin/ush
zip -r binaries-${{ github.ref_name }}.zip ./bin/crc64 ./bin/sha1024 ./bin/md7 ./bin/ush
echo "done!"
- uses: "marvinpinto/action-automatic-releases@latest"
Expand All @@ -32,4 +33,4 @@
bin/sha1024
bin/md7
bin/ush
binaries.zip
binaries-${{ github.ref_name }}.zip

0 comments on commit 6d6bbae

Please sign in to comment.