Skip to content

Commit

Permalink
Merge pull request #57 from DINFO-UniFI/ci/include-pyd-files
Browse files Browse the repository at this point in the history
Include pyd files into packaged plugin
  • Loading branch information
Guts authored Jan 12, 2022
2 parents 46d0cda + e257d2a commit 3f42052
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:

- name: Amend gitignore to include embedded libs with qgis-plugin-ci
run: |
sed -i 's/^\*\.py\[cod\].*//' .gitignore
sed -i "s|^${{ env.PROJECT_FOLDER }}/embedded_external_libs/.*| |" .gitignore
git add ${{ env.PROJECT_FOLDER }}/embedded_external_libs/
Expand Down Expand Up @@ -183,6 +184,7 @@ jobs:

- name: Amend gitignore to include embedded libs with qgis-plugin-ci
run: |
sed -i 's/^\*\.py\[cod\].*//' .gitignore
sed -i "s|^${{ env.PROJECT_FOLDER }}/embedded_external_libs/.*| |" .gitignore
git add ${{ env.PROJECT_FOLDER }}/embedded_external_libs/
Expand Down

0 comments on commit 3f42052

Please sign in to comment.