fix server pack creation pipeline

This commit is contained in:
Mara Wörle 2025-07-08 20:59:26 +02:00
parent eccf4628e1
commit cf835e8b82

View file

@ -55,7 +55,8 @@ jobs:
- name: Build Package
run: |
packwiz cf export
packwiz cf export -s server
mv *.zip Linuxcraft-$GITHUB_REF_NAME-server.zip
- name: Upload binary artifact
uses: actions/upload-artifact@v3