diff --git a/.github/workflows/packager.yml b/.github/workflows/packager.yml index ed272e08..fd836cea 100644 --- a/.github/workflows/packager.yml +++ b/.github/workflows/packager.yml @@ -104,7 +104,13 @@ jobs: git add ${{ env.PROJECT_FOLDER }}/ - name: Package the latest version - run: qgis-plugin-ci package latest --allow-uncommitted-changes + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: >- + url=$(gh api "repos/$GITHUB_REPOSITORY/pages" --jq '.html_url') + qgis-plugin-ci package latest + --allow-uncommitted-changes + --plugin-repo-url "$url" - uses: actions/upload-artifact@v4 with: