Skip to content

Commit

Permalink
fix xip
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Jul 2, 2022
1 parent 616000e commit 8bb3d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MakeQGISPluginZipForReleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: PWD 📁
run: pwd
- name: Build Package 🚀
run: zip -qq -r animation_workbench_${{ steps.version.outputs.version }}.zip /github/workspace/animation_workbench
working-directory: /github/workspace
run: zip -qq -r animation_workbench_${{ steps.version.outputs.version }}.zip animation_workbench
working-directory: /home/runner/work/QGISAnimationWorkbench/QGISAnimationWorkbench
- name: List Files 📁
run: ls -lah
- name: Upload Package ⚡
Expand Down

0 comments on commit 8bb3d24

Please sign in to comment.