Skip to content

Commit

Permalink
fix release zip path
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Jul 3, 2022
1 parent 6c87dc4 commit eb04a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/MakeQGISPluginZipForReleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: PWD 📁
run: pwd
- name: Build Package 🚀
run: zip -qq -r animation_workbench_${{ steps.version.outputs.version }}.zip .
run: zip -qq -r ../animation_workbench_${{ steps.version.outputs.version }}.zip *
working-directory: /home/runner/work/QGISAnimationWorkbench/QGISAnimationWorkbench/animation_workbench
- name: List Files 📁
run: ls -lah
Expand Down

0 comments on commit eb04a70

Please sign in to comment.