mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
test minimilastic
This commit is contained in:
parent
88dfbe7061
commit
f3194855ab
1 changed files with 6 additions and 3 deletions
9
.github/workflows/gradle.yml
vendored
9
.github/workflows/gradle.yml
vendored
|
|
@ -131,10 +131,13 @@ jobs:
|
||||||
token: ${{ secrets.MODRINTH_TOKEN }}
|
token: ${{ secrets.MODRINTH_TOKEN }}
|
||||||
project: S75Ueiq9
|
project: S75Ueiq9
|
||||||
version: ${{ env.ONLINE_JAR_NAME }}
|
version: ${{ env.ONLINE_JAR_NAME }}
|
||||||
loaders: '["spigot", "paper", "purpur", "folia"]'
|
loaders: paper
|
||||||
game-versions: '["1.18.x", "1.19.x", "1.20.x", "1.21.x"]'
|
#loaders: '["spigot", "paper", "purpur", "folia"]'
|
||||||
|
#game-versions: '["1.18.x", "1.19.x", "1.20.x", "1.21.x"]'
|
||||||
|
game-versions: 1.21.11
|
||||||
channel: alpha
|
channel: alpha
|
||||||
files: build/libs/${{ env.ONLINE_JAR_NAME }}
|
#files: build/libs/${{ env.ONLINE_JAR_NAME }}
|
||||||
|
status: draft
|
||||||
|
|
||||||
#- name: Modrinth publish release
|
#- name: Modrinth publish release
|
||||||
# if: ${{ github.event_name == 'release' && github.repository_owner == 'alexcrea' && success() && false}}
|
# if: ${{ github.event_name == 'release' && github.repository_owner == 'alexcrea' && success() && false}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue