i. hate. actions.
This commit is contained in:
parent
233095c389
commit
7e1668ab4c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish-to-curseforge.yaml
vendored
2
.github/workflows/publish-to-curseforge.yaml
vendored
|
@ -16,6 +16,8 @@ jobs:
|
||||||
run: echo "RELEASE_VERSION=${GITHUB_REF_NAME#release/}" >> $GITHUB_ENV
|
run: echo "RELEASE_VERSION=${GITHUB_REF_NAME#release/}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Download release artifacts
|
- name: Download release artifacts
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ github.token }}
|
||||||
run: gh release download ${{ github.ref_name }}
|
run: gh release download ${{ github.ref_name }}
|
||||||
|
|
||||||
- name: Publish to Curseforge
|
- name: Publish to Curseforge
|
||||||
|
|
Loading…
Reference in a new issue