We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c87dc4 commit eb04a70Copy full SHA for eb04a70
.github/workflows/MakeQGISPluginZipForReleases.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: PWD 📁
36
run: pwd
37
- name: Build Package 🚀
38
- run: zip -qq -r animation_workbench_${{ steps.version.outputs.version }}.zip .
+ run: zip -qq -r ../animation_workbench_${{ steps.version.outputs.version }}.zip *
39
working-directory: /home/runner/work/QGISAnimationWorkbench/QGISAnimationWorkbench/animation_workbench
40
- name: List Files 📁
41
run: ls -lah
0 commit comments