Zip resourcepack contents from its directory

This commit is contained in:
2026-08-10 23:47:11 +01:00
parent a93893b59e
commit 3294a2ef77
+2 -1
View File
@@ -18,8 +18,9 @@ jobs:
python-version: "3.11"
- name: Package resourcepack and create release
working-directory: resourcepack
env:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GITEA_SERVER_URL: ${{ github.server_url }}
GITEA_REPOSITORY: ${{ github.repository }}
run: python build/scripts/publish_resourcepack_release.py --resourcepack-root resourcepack --archive-path build/resourcepack.zip --tag ${{ github.ref_name }}
run: python ../build/scripts/publish_resourcepack_release.py --resourcepack-root . --archive-path ../build/resourcepack.zip --tag ${{ github.ref_name }}