Skip to content

Commit

Permalink
ci: use powershell zip equivalent for windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
gaheldev committed May 20, 2024
1 parent 3cf6ab2 commit 3e80b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
mkdir windows-64b
$vst3Build = "Windows-64b-VST3/Gahel inflator-64.vst3"
mv $vst3Build windows-64b/
zip -r windows-64b.zip windows-64b
Compress-Archive -LiteralPath windows-64b -DestinationPath windows-64b.zip
working-directory: ./plugin/builds

- name: Create release archive for MacOs
Expand Down

0 comments on commit 3e80b2d

Please sign in to comment.