… fixed cf workflow …
This commit is contained in:
parent
0f3255ffa2
commit
f367b73b0d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish-to-curseforge.yaml
vendored
3
.github/workflows/publish-to-curseforge.yaml
vendored
|
@ -24,7 +24,8 @@ jobs:
|
||||||
curseforge-id: 877136
|
curseforge-id: 877136
|
||||||
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
|
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
|
||||||
|
|
||||||
files: *.jar
|
files: |
|
||||||
|
*.jar
|
||||||
|
|
||||||
name: ""
|
name: ""
|
||||||
version: 1.18.2-${{ env.RELEASE_VERSION }}
|
version: 1.18.2-${{ env.RELEASE_VERSION }}
|
||||||
|
|
Loading…
Reference in a new issue