Skip to content

Commit

Permalink
Use recursive zipping on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellmattryan committed Nov 9, 2024
1 parent cad04ba commit f195fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# MacOS
- name: Zip Artifact (MacOS)
if: runner.os == 'macOS'
run: zip rotor.zip bin/Rotor_artefacts/VST3/Rotor.vst3 bin/Rotor_artefacts/AU/Rotor.component
run: zip -r rotor.zip bin/Rotor_artefacts/VST3/Rotor.vst3 bin/Rotor_artefacts/AU/Rotor.component

- name: Upload Artifact (MacOS)
if: runner.os == 'macOS'
Expand Down

0 comments on commit f195fd5

Please sign in to comment.