Skip to content

Commit

Permalink
Exclude filename from sha1-sum
Browse files Browse the repository at this point in the history
  • Loading branch information
Olfi01 authored Jun 8, 2024
1 parent 657bce5 commit 5a09024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
mkdir build
mv oresia.zip build/oresia.zip
- name: Create SHA-1 hash
run: echo "sha1=$(sha1sum build/oresia.zip)" >> "$GITHUB_ENV"
run: echo "sha1=$(sha1sum build/oresia.zip | awk '{print $1}')" >> "$GITHUB_ENV"
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit 5a09024

Please sign in to comment.