I HATE ACTIONS
This commit is contained in:
parent
32a0e424e5
commit
55650370f1
1 changed files with 3 additions and 1 deletions
4
.github/workflows/publish-to-curseforge.yaml
vendored
4
.github/workflows/publish-to-curseforge.yaml
vendored
|
@ -30,7 +30,9 @@ jobs:
|
||||||
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
|
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
|
||||||
|
|
||||||
files: |
|
files: |
|
||||||
*.jar
|
the_vault-tweaks-1.18.2-${{ env.RELEASE_VERSION }}.jar
|
||||||
|
the_vault-tweaks-1.18.2-${{ env.RELEASE_VERSION }}-javadoc.jar
|
||||||
|
the_vault-tweaks-1.18.2-${{ env.RELEASE_VERSION }}-sources.jar
|
||||||
|
|
||||||
name: ""
|
name: ""
|
||||||
version: 1.18.2-${{ env.RELEASE_VERSION }}
|
version: 1.18.2-${{ env.RELEASE_VERSION }}
|
||||||
|
|
Loading…
Reference in a new issue