Skip to content

Commit

Permalink
Exclude build/SideQick_artefacts/Release/ folders in output macOS zip
Browse files Browse the repository at this point in the history
  • Loading branch information
VincyZed committed Dec 6, 2024
1 parent e07b089 commit 6dd5de9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
- name: Zip binary (macOS)
if: matrix.os == 'macos-latest'
run: |
zip -r build/SideQick_artefacts/Release/SideQick-macOS.zip build/SideQick_artefacts/Release/SideQick.app
cd build/SideQick_artefacts/Release/
zip -r SideQick-macOS.zip SideQick.app
- name: Zip binary (Linux)
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 6dd5de9

Please sign in to comment.