fix release file names
This commit is contained in:
parent
e8ec9b89c9
commit
eccf4628e1
1 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Upload binary artifact
|
- name: Upload binary artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Linuxcraft-$GITHUB_REF_NAME.mrpack
|
name: Linuxcraft-${{ env.GITHUB_REF_NAME }}.mrpack
|
||||||
path: ./*.mrpack
|
path: ./*.mrpack
|
||||||
|
|
||||||
build-curseforge:
|
build-curseforge:
|
||||||
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- name: Upload binary artifact
|
- name: Upload binary artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Linuxcraft-$GITHUB_REF_NAME.zip
|
name: Linuxcraft-${{ env.GITHUB_REF_NAME }}.zip
|
||||||
path: ./*.zip
|
path: ./*.zip
|
||||||
|
|
||||||
build-serverpack:
|
build-serverpack:
|
||||||
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
- name: Upload binary artifact
|
- name: Upload binary artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Linuxcraft-$GITHUB_REF_NAME-server.zip
|
name: Linuxcraft-${{ env.GITHUB_REF_NAME }}-server.zip
|
||||||
path: ./*.zip
|
path: ./*.zip
|
||||||
|
|
||||||
publish-artifacts:
|
publish-artifacts:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue