mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +02:00
use online file name
This commit is contained in:
parent
9f12da2019
commit
16415bf06a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
|
|
@ -129,7 +129,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.MODRINTH_TOKEN }}
|
token: ${{ secrets.MODRINTH_TOKEN }}
|
||||||
project: customanvil
|
project: customanvil
|
||||||
version: ${{ env.VERSION }}-dev-${{ env.SMALL_COMMIT_HASH }}
|
version: ${{ env.ONLINE_JAR_NAME }}
|
||||||
loaders: '["spigot", "paper", "purpur", "folia"]'
|
loaders: '["spigot", "paper", "purpur", "folia"]'
|
||||||
game-versions: '["1.18.x", "1.19.x", "1.20.x", "1.21.x"]'
|
game-versions: '["1.18.x", "1.19.x", "1.20.x", "1.21.x"]'
|
||||||
channel: alpha
|
channel: alpha
|
||||||
|
|
@ -141,7 +141,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.MODRINTH_TOKEN }}
|
token: ${{ secrets.MODRINTH_TOKEN }}
|
||||||
project: customanvil
|
project: customanvil
|
||||||
version: ${{ env.VERSION }}${{ github.event.release.prerelease == false && '' || '-pre' }}
|
version: ${{ env.ONLINE_JAR_NAME }}${{ github.event.release.prerelease == false && '' || '-pre' }}
|
||||||
loaders: '["spigot", "paper", "purpur", "folia"]'
|
loaders: '["spigot", "paper", "purpur", "folia"]'
|
||||||
game-versions: '["1.18.x", "1.19.x", "1.20.x", "1.21.x"]'
|
game-versions: '["1.18.x", "1.19.x", "1.20.x", "1.21.x"]'
|
||||||
files: build/libs/${{ env.ONLINE_JAR_NAME }}
|
files: build/libs/${{ env.ONLINE_JAR_NAME }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue