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 45de0b6 commit 00faf68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ jobs:

- name: Calculate SHA1 Hashes
run: |
for file in resourcepack.zip resourcepack_low.zip resourcepack_20.zip resourcepack_20_low.zip; do
for file in patreon.zip patreon_low.zip 20.zip 20_low.zip; do
sha1sum $file > $file.sha1
done
- name: Upload Resourcepack Release with SHA1
uses: ncipollo/release-action@v1
with:
artifacts: 'resourcepack.zip,resourcepack_low.zip,resourcepack_20.zip,resourcepack_20_low.zip,resourcepack.zip.sha1,resourcepack_low.zip.sha1,resourcepack_20.zip.sha1,resourcepack_20_low.zip.sha1'
artifacts: 'patreon.zip,patreon_low.zip,20.zip,20_low.zip,patreon.zip.sha1,patreon_low.zip.sha1,20.zip.sha1,20_low.zip.sha1'
tag: 'resourcepack-${{ github.sha }}'
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 00faf68

Please sign in to comment.