Skip to content

Commit

Permalink
Fix released package name
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Nov 10, 2020
1 parent 0a15c3d commit c57b677
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@ jobs:
run: |
# qgis-plugin-ci package ${GITHUB_REF##*/} --transifex-token ${TX_TOKEN} --plugin-repo-url https://github.com/opengisch/qfieldsync
qgis-plugin-ci release ${GITHUB_REF##*/} --transifex-token ${TX_TOKEN} --github-token ${GITHUB_TOKEN} --osgeo-username ${OSGEO_USERNAME} --osgeo-password ${OSGEO_PASSWORD}
ls -la
- name: Upload release assets
uses: AButler/upload-release-assets@v2.0
if: ${{ github.event_name == 'release' }}
with:
files: ./qfieldsync.${${GITHUB_REF##*/}:1}.zip
files: ./qfieldsync.${GITHUB_REF##*/}.zip
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: ${GITHUB_REF##*/}

Expand Down

0 comments on commit c57b677

Please sign in to comment.