maybe that fixes it idk
This commit is contained in:
parent
f4aa02c0c1
commit
d4b03ca83c
1 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ jobs:
|
||||||
|
|
||||||
- name: ZIP the datapack
|
- name: ZIP the datapack
|
||||||
run: |
|
run: |
|
||||||
zip -r BetterCombatCompat-$CI_REF_NAME.zip data pack.mcmeta pack.png LICENSE README.md
|
zip -r 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
|
||||||
|
@ -32,9 +32,9 @@ jobs:
|
||||||
game-versions: |
|
game-versions: |
|
||||||
[1.20,1.20.1]
|
[1.20,1.20.1]
|
||||||
version-type: 'release'
|
version-type: 'release'
|
||||||
version: '$CI_REF_NAME'
|
version: '$CI_ACTION_REF_NAME'
|
||||||
name: 'Better Combat Compatibility $CI_REF_NAME'
|
name: 'Better Combat Compatibility $CI_ACTION_REF_NAME'
|
||||||
files: BetterCombatCompat-$CI_REF_NAME.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