use NAME instead of SLUG for naming the zip
All checks were successful
Upload .zip file / Upload .zip file (push) Successful in 5s
All checks were successful
Upload .zip file / Upload .zip file (push) Successful in 5s
This commit is contained in:
parent
107e406617
commit
9f2969e399
1 changed files with 1 additions and 2 deletions
|
@ -53,7 +53,7 @@ jobs:
|
|||
- name: ZIP the datapack
|
||||
run: |
|
||||
mkdir /build
|
||||
zip -vr /build/BetterCombatCompat-$CI_ACTION_REF_NAME_SLUG.zip data pack.mcmeta pack.png LICENSE README.md
|
||||
zip -vr /build/BetterCombatCompat-$CI_ACTION_REF_NAME.zip data pack.mcmeta pack.png LICENSE README.md
|
||||
ls /build
|
||||
|
||||
- name: Publish to Modrinth
|
||||
|
@ -68,7 +68,6 @@ jobs:
|
|||
[1.20,1.20.1]
|
||||
version-type: 'release'
|
||||
version: '${{ CI_ACTION_REF_NAME }}'
|
||||
name: 'Better Combat Compatibility ${{ CI_ACTION_REF_NAME }}'
|
||||
files: |
|
||||
/build/*.zip
|
||||
dependencies: |
|
||||
|
|
Loading…
Reference in a new issue