zip with verbose argument
This commit is contained in:
parent
83780010fb
commit
5df656afec
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ jobs:
|
||||||
|
|
||||||
- name: ZIP the datapack
|
- name: ZIP the datapack
|
||||||
run: |
|
run: |
|
||||||
zip -r BetterCombatCompat-$CI_ACTION_REF_NAME_SLUG.zip data pack.mcmeta pack.png LICENSE README.md
|
zip -vr BetterCombatCompat-$CI_ACTION_REF_NAME_SLUG.zip data pack.mcmeta pack.png LICENSE README.md
|
||||||
|
|
||||||
- name: Publish to Modrinth
|
- name: Publish to Modrinth
|
||||||
uses: actions/mc-publish@v3.3
|
uses: actions/mc-publish@v3.3
|
||||||
|
@ -67,7 +67,7 @@ jobs:
|
||||||
version-type: 'release'
|
version-type: 'release'
|
||||||
version: '$CI_ACTION_REF_NAME'
|
version: '$CI_ACTION_REF_NAME'
|
||||||
name: 'Better Combat Compatibility $CI_ACTION_REF_NAME'
|
name: 'Better Combat Compatibility $CI_ACTION_REF_NAME'
|
||||||
files: BetterCombatCompat-$CI_ACTION_REF_NAME_SLUG.zip
|
files: 'BetterCombatCompat-$CI_ACTION_REF_NAME_SLUG.zip'
|
||||||
dependencies: |
|
dependencies: |
|
||||||
better-combat@1.8.5+1.20.1-forge(required){modrinth:5sy6g3kz}
|
better-combat@1.8.5+1.20.1-forge(required){modrinth:5sy6g3kz}
|
||||||
api-domain: 'staging-api.modrinth.com'
|
api-domain: 'staging-api.modrinth.com'
|
||||||
|
|
Loading…
Reference in a new issue