fix server pack creation pipeline
This commit is contained in:
parent
eccf4628e1
commit
cf835e8b82
1 changed files with 2 additions and 1 deletions
|
|
@ -55,7 +55,8 @@ jobs:
|
||||||
|
|
||||||
- name: Build Package
|
- name: Build Package
|
||||||
run: |
|
run: |
|
||||||
packwiz cf export
|
packwiz cf export -s server
|
||||||
|
mv *.zip Linuxcraft-$GITHUB_REF_NAME-server.zip
|
||||||
|
|
||||||
- name: Upload binary artifact
|
- name: Upload binary artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue