Update build-release.yml
This commit is contained in:
19
.github/workflows/build-release.yml
vendored
19
.github/workflows/build-release.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
run: ./gradlew build --stacktrace
|
run: ./gradlew build --stacktrace
|
||||||
|
|
||||||
- name: Upload artifacts to Modrinth, Curseforge and GitHub
|
- name: Upload artifacts to Modrinth, Curseforge and GitHub
|
||||||
uses: Kir-Antipov/mc-publish@v2.0
|
uses: Kir-Antipov/mc-publish@v3.3
|
||||||
with:
|
with:
|
||||||
modrinth-id: jawg7zT1
|
modrinth-id: jawg7zT1
|
||||||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
|
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
|
||||||
@@ -42,20 +42,3 @@ jobs:
|
|||||||
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
|
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
|
||||||
|
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
files: build/libs/!(*-@(dev|sources|all)).jar
|
|
||||||
|
|
||||||
version-type: release
|
|
||||||
|
|
||||||
loaders: fabric
|
|
||||||
|
|
||||||
java: 17
|
|
||||||
|
|
||||||
dependencies: |
|
|
||||||
fabric | depends | 0.46.0
|
|
||||||
P7dR8mSH | depends | 0.46.0
|
|
||||||
kirin | includes | 1.10.0-beta.2
|
|
||||||
modmenu | recommends | *
|
|
||||||
mOgUt4GM | recommends | *
|
|
||||||
|
|
||||||
version-resolver: latest # Defaults to selecting the latest compatible version of Minecraft, using the tag from the fabric.mod.json
|
|
||||||
Reference in New Issue
Block a user