Skip to content

Commit

Permalink
Merge pull request #227 from opengisch/fix-artifacts-upload
Browse files Browse the repository at this point in the history
Fix workflow since qgis-plugin-ci already upload the artifacts
  • Loading branch information
suricactus authored Mar 28, 2021
2 parents 34329ff + 4954746 commit 3750ae5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ jobs:
- name: Release
run: |
qgis-plugin-ci release ${GITHUB_REF##*/} --transifex-token ${TX_TOKEN} --github-token ${GITHUB_TOKEN} --osgeo-username ${OSGEO_USERNAME} --osgeo-password ${OSGEO_PASSWORD}
- name: Upload release assets
uses: AButler/[email protected]
with:
files: ./qfieldsync.${GITHUB_REF##*/}.zip
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: ${GITHUB_REF##*/}
package:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 3750ae5

Please sign in to comment.