Fix resourcepack release workflow
Build renameable item readme / build (push) Failing after 4s
Package resourcepack release / release (push) Failing after 4s

This commit is contained in:
2026-08-12 13:13:18 +01:00
parent 2ccce71ce4
commit 42a9261ec9
+1 -2
View File
@@ -18,9 +18,8 @@ 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 . --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 }}