Update build-release.yml
This commit is contained in:
21
.github/workflows/build-release.yml
vendored
21
.github/workflows/build-release.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
run: ./gradlew build --stacktrace
|
||||
|
||||
- name: Upload artifacts to Modrinth, Curseforge and GitHub
|
||||
uses: Kir-Antipov/mc-publish@v2.0
|
||||
uses: Kir-Antipov/mc-publish@v3.3
|
||||
with:
|
||||
modrinth-id: jawg7zT1
|
||||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
|
||||
@@ -41,21 +41,4 @@ jobs:
|
||||
curseforge-id: 594750
|
||||
curseforge-token: ${{ secrets.CURSEFORGE_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
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user