Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 17, 2024
1 parent 30887ad commit 392e065
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/plugin-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ jobs:
--asset-path pg_service_parser/libs \
--transifex-token "${{ secrets.TX_TOKEN }}"
- uses: actions/upload-artifact@v4
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
with:
name: pg_service_parser_dev
path: pg_service_parser.0.0.0.zip
if-no-files-found: error

- name: Release
if: startsWith(github.ref, 'refs/tags/')
run: |
Expand All @@ -70,8 +77,4 @@ jobs:
--osgeo-password ${{ secrets.OSGEO_PLUGIN_PASSWORD }} \
--transifex-token "${{ secrets.TX_TOKEN }}"
- uses: actions/upload-artifact@v4
with:
name: pg_service_parser_dev
path: pg_service_parser.0.0.0.zip
if-no-files-found: error

0 comments on commit 392e065

Please sign in to comment.