Refactor packaging step to use a consistent directory for ZIP creation and fix checksum upload formatting
This commit is contained in:
@ -42,13 +42,8 @@ jobs:
|
||||
|
||||
- name: Package texture pack
|
||||
run: |
|
||||
# Create ZIP with consistent name
|
||||
zip -r MineDivinity-Pack.zip \
|
||||
pack.mcmeta \
|
||||
pack.png \
|
||||
assets/ \
|
||||
LICENSE \
|
||||
README.md
|
||||
pack/ \
|
||||
|
||||
# Generate SHA1 checksum
|
||||
sha1sum MineDivinity-Pack.zip > MineDivinity-Pack.sha1.txt
|
||||
|
Reference in New Issue
Block a user