Skip to content

Commit

Permalink
#45 Hash zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbechtold committed Jul 27, 2020
1 parent ffa350c commit 0f8b713
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ jobs:
pathSource: ./dist/timerecorder-dr2
pathTarget: artifacts/timerecorder-dirt-rally-2.0.zip

- name: Hash zip files
env:
dr1_hash: ${{hashFiles('artifacts/timerecorder-dirt-rally.zip')}}
dr2_hash: ${{hashFiles('artifacts/timerecorder-dirt-rally-2.0.zip')}}
run: |
echo "timerecorder-dirt-rally-2.0.zip SHA256: $env:dr2_hash"
echo "timerecorder-dirt-rally.zip SHA256: $env:dr1_hash"
- name: Archive artifacts
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 0f8b713

Please sign in to comment.