Skip to content

Commit

Permalink
Windows artifact builder update
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshastri authored Oct 14, 2023
1 parent 8c60a92 commit 8635561
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/checksum_builder-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ jobs:
touch file
echo 1 >> file
.\checksum.exe -s sha256 -f file
.\checksum.exe -s sha256 -f checksum.exe > checksum.sha256
- name: Upload to checksum binary to github
uses: actions/upload-artifact@v3
with:
name: checksum_win
path: |
checksum.exe
checksum.sha256

0 comments on commit 8635561

Please sign in to comment.