Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyThew committed Nov 29, 2024
1 parent e99ccff commit 485ffd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' && github.event.inputs.public_release == 'true'
run: |
for file in resourcepack.zip resourcepack_low.zip resourcepack_20.zip resourcepack_20_low.zip; do
sha1sum $file > $file.sha1
sha1sum $file | cut -d ' ' -f 1 > $file.sha1
done
- uses: actions/github-script@v4
Expand Down

0 comments on commit 485ffd4

Please sign in to comment.