diff --git a/.gitea/workflows/package-resourcepack.yml b/.gitea/workflows/package-resourcepack.yml index 0c3bea6..ecf4b9f 100644 --- a/.gitea/workflows/package-resourcepack.yml +++ b/.gitea/workflows/package-resourcepack.yml @@ -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 }} \ No newline at end of file + run: python ../build/scripts/publish_resourcepack_release.py --resourcepack-root . --archive-path ../build/resourcepack.zip --tag ${{ github.ref_name }} \ No newline at end of file