mirror of
https://github.com/TibiNonEst/cauldron-dyeing.git
synced 2024-11-24 03:27:19 -05:00
Update release workflow
This commit is contained in:
parent
44a74a67d9
commit
cc3e6d19db
1 changed files with 3 additions and 8 deletions
11
.github/workflows/build-release.yml
vendored
11
.github/workflows/build-release.yml
vendored
|
@ -39,19 +39,14 @@ jobs:
|
|||
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
|
||||
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
|
||||
|
||||
- name: Upload artifacts to Modrinth, Curseforge and GitHub
|
||||
uses: Kir-Antipov/mc-publish@v3.1
|
||||
- name: Upload artifacts to Modrinth and GitHub
|
||||
uses: Kir-Antipov/mc-publish@v3
|
||||
with:
|
||||
modrinth-id: 5AgJnN8I
|
||||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
|
||||
|
||||
curseforge-id: 564870
|
||||
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
|
||||
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
files: build/libs/!(*-sources).jar
|
||||
|
||||
loaders: |
|
||||
fabric
|
||||
quilt
|
||||
loaders: fabric quilt
|
||||
|
|
Loading…
Reference in a new issue