Skip to content

Commit 393f8e2

Browse files
committed
action
1 parent d7b403e commit 393f8e2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,7 @@ jobs:
118118
fi
119119
- name: Test cmdline
120120
run: ../openFrameworks/apps/projectGenerator/scripts/osx/test_cmdline.sh
121-
- name: Zip macOS arm64 Build
122-
run: |
123-
echo "Zipping arm64 build..."
124-
cd dist/mac-arm64
125-
zip -r ../projectGenerator-arm64.zip projectGenerator.app
126-
cd ../..
127-
ls -lah dist/
121+
128122
- name: Update Release macOS
129123
if: github.repository == 'openframeworks/projectGenerator' && github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/bleeding')
130124
uses: softprops/[email protected]

0 commit comments

Comments
 (0)