Skip to content

Commit

Permalink
Escape dots
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Ivanov <[email protected]>
  • Loading branch information
m-kuhn and suricactus authored Jun 19, 2023
1 parent e3ca1fe commit bb15e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
sudo pip install qgis-plugin-ci
- name: Package libqfieldsync
run: |
pip wheel $(grep -o -P '(https://.*.tar.gz)' requirements.txt)
pip wheel $(grep -o -P '(https://.*\.tar\.gz)' requirements.txt)
mv libqfieldsync-*.whl qfieldsync/libqfieldsync.whl
- name: Release
run: |
Expand Down

0 comments on commit bb15e3e

Please sign in to comment.