Skip to content

Commit

Permalink
fix(ci): use inline mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Sep 3, 2024
1 parent 7b119ad commit 7bfd220
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,10 @@ jobs:
- name: Package the latest version
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}"
run: |
qgis-plugin-ci package latest \
--allow-uncommitted-changes
--plugin-repo-url $(gh api "repos/$GITHUB_REPOSITORY/pages" --jq '.html_url')
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7bfd220

Please sign in to comment.