Skip to content

Commit

Permalink
Added 256 sum
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshastri authored Oct 14, 2023
1 parent 45e89ff commit 8c60a92
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/checksum_builder-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ jobs:
touch file
echo 1 >> file
./checksum -s sha256 -f file
- name: Upload to github
./checksum -s sha256 -f checksum > checksum.sha256
- name: Upload to checksum binary to github
uses: actions/upload-artifact@v3
with:
name: checksum
path: checksum
path: |
checksum
checksum.sha256

0 comments on commit 8c60a92

Please sign in to comment.