Skip to content

Commit

Permalink
Update checksum_builder-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshastri authored Dec 29, 2023
1 parent 56ae922 commit 34e6c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checksum_builder-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
./checksum -s sha256 -f file
./checksum -s sha256 -f checksum > checksum.sha256
tar -czf checksum-linux.tar.gz checksum checksum.sha256
./checksum -s sha256 -f checksum.tar.gz > checksum-linux.tar.gz.sha256
./checksum -s sha256 -f checksum-linux.tar.gz > checksum-linux.tar.gz.sha256
- name: Upload to checksum binary to github
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 34e6c22

Please sign in to comment.