Skip to content

Commit

Permalink
fix(ci): try different syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Sep 3, 2024
1 parent fefc3b4 commit 7b119ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ jobs:
url=$(gh api "repos/$GITHUB_REPOSITORY/pages" --jq '.html_url')
qgis-plugin-ci package latest
--allow-uncommitted-changes
--plugin-repo-url ${url}
ls
--plugin-repo-url "${url}"
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7b119ad

Please sign in to comment.