Skip to content

Commit eb04a70

Browse files
committed
fix release zip path
1 parent 6c87dc4 commit eb04a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/MakeQGISPluginZipForReleases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: PWD 📁
3636
run: pwd
3737
- name: Build Package 🚀
38-
run: zip -qq -r animation_workbench_${{ steps.version.outputs.version }}.zip .
38+
run: zip -qq -r ../animation_workbench_${{ steps.version.outputs.version }}.zip *
3939
working-directory: /home/runner/work/QGISAnimationWorkbench/QGISAnimationWorkbench/animation_workbench
4040
- name: List Files 📁
4141
run: ls -lah

0 commit comments

Comments
 (0)