Update Mac GH Actions build for changes to Makefile targets

This commit is contained in:
Drew Weymouth
2024-01-22 18:59:52 -08:00
committed by GitHub
parent 2ec8074421
commit ff532a2446
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
run: >
make package_macos &&
cp -r Supersonic.app Supersonic.app.2 &&
make bundledeps_macos && make zip_macos &&
make bundledeps_macos_homebrew && make zip_macos &&
mv Supersonic.zip Supersonic_BigSur+.zip &&
rm -r Supersonic.app &&
mv Supersonic.app.2 Supersonic.app &&