Skip to content

Commit

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

0 comments on commit 45e89ff

Please sign in to comment.