Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Apr 11, 2024
1 parent 23a20f7 commit afd4c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plugin-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
VERSION=0.0.0
qgis-plugin-ci -v package ${VERSION} \
--allow-uncommitted-changes \
--asset-path plugin/pg_service_parser_dev/libs \
--asset-path pg_service_parser_dev/libs \
--transifex-token "${{ secrets.TX_TOKEN }}"
- uses: actions/upload-artifact@v4
with:
name: pg_service_parser_dev
path: plugin/pg_service_parser.0.0.0.zip
path: pg_service_parser.0.0.0.zip
if-no-files-found: error

0 comments on commit afd4c25

Please sign in to comment.