Skip to content

Commit

Permalink
make sha256sum (checksum) step more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
rampageservices committed Jul 28, 2023
1 parent 8609aa4 commit adfe095
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
run: make -j8 sourceparts-pocketpc.img
- name: Prepare Build Artifacts & Perform Checksum
working-directory: ./
run: sha256sum sourceparts-pocketpc.img > sourceparts-pocketpc.img.sha256sum
run: |
sha256sum sourceparts-pocketpc.img > sourceparts-pocketpc.img.sha256sum
echo `sha256sum sourceparts-pocketpc.img`
cat sourceparts-pocketpc.img.sha256sum
- name: Save Download Cache
uses: actions/cache/save@v3
if: always()
Expand Down

0 comments on commit adfe095

Please sign in to comment.