Skip to content

Commit

Permalink
pass libs as assets-path
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Apr 25, 2024
1 parent 7351d0e commit f1a01c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,12 @@ jobs:
run: |
sudo apt update && sudo apt install qtbase5-dev qttools5-dev-tools
sudo pip install qgis-plugin-ci
- name: Package PyPI Packages
run: |
sudo ./scripts/package_pip_packages.sh
- 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}
qgis-plugin-ci release ${GITHUB_REF##*/} --transifex-token ${TX_TOKEN} --github-token ${GITHUB_TOKEN} --osgeo-username ${OSGEO_USERNAME} --osgeo-password ${OSGEO_PASSWORD} --asset-path libs
translations:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit f1a01c3

Please sign in to comment.