This commit is contained in:
Colbster937
2026-01-10 12:56:20 -06:00
parent 9caec20ef0
commit b6df47ee2e

View File

@@ -83,13 +83,13 @@ jobs:
with: with:
token: ${{ secrets.MODRINTH_TOKEN }} token: ${{ secrets.MODRINTH_TOKEN }}
project: WfBtRGYI project: WfBtRGYI
version: ${{ steps.dist.output.TAG_NAME }} version: ${{ steps.dist.outputs.TAG_NAME }}
loaders: '["bukkit", "bungeecord", "paper", "purpur", "spigot", "velocity", "waterfall"]' loaders: '["bukkit", "bungeecord", "paper", "purpur", "spigot", "velocity", "waterfall"]'
game-versions: '["1.8.x", "1.9.x", "1.10.x", "1.11.x", "1.12.x", "1.13.x", "1.14.x", "1.15.x", "1.16.x", "1.17.x", "1.18.x", "1.19.x", "1.20.x", "1.21.x"]' game-versions: '["1.8.x", "1.9.x", "1.10.x", "1.11.x", "1.12.x", "1.13.x", "1.14.x", "1.15.x", "1.16.x", "1.17.x", "1.18.x", "1.19.x", "1.20.x", "1.21.x"]'
files: dist/${{ steps.vars.outputs.AFCT }} files: dist/${{ steps.vars.outputs.AFCT }}
primary-file: ${{ steps.vars.outputs.AFCT }} primary-file: ${{ steps.vars.outputs.AFCT }}
name: ${{ steps.dist.outputs.REL_NAME }} name: ${{ steps.dist.outputs.REL_NAME }}
channel: ${{ steps.ghck.outputs.EXISTS == 'true' && 'beta ' || 'release' }} channel: ${{ steps.ghck.outputs.EXISTS == 'true' && 'beta' || 'release' }}
dependencies: |- dependencies: |-
[{ [{
"project_id": "Gtsn3SWv", "project_id": "Gtsn3SWv",