Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenz3tla committed Feb 21, 2024
1 parent 624f352 commit d7d1997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Create Plugin Directory Structure
run: |
mkdir QTalsim
find . -maxdepth 1 -not -name 'QTalsim' -not -name '.' -exec mv {} QTalsim/ \;
find . -maxdepth 1 ! -name 'QTalsim' ! -name '.' ! -name '.qgis-plugin-ci' ! -name '.git' -exec mv {} QTalsim/ \;
- name: Deploy plugin
run: >-
Expand Down

0 comments on commit d7d1997

Please sign in to comment.