Refactor macOS build workflow to remove specific .app cleanup and delete unused telemetry build scripts

This commit is contained in:
mr. M
2025-01-26 15:57:11 +01:00
parent 9c5ae70562
commit d9939ea9be
2 changed files with 3 additions and 42 deletions

View File

@@ -127,8 +127,9 @@ jobs:
- name: Remove any existing .app folders
run: |
set -x
rm -rf "./obj-x86_64-apple-darwin/dist/zen/*.app"
rm -rf "./obj-aarch64-apple-darwin/dist/zen/*.app"
cd engine
rm -rf "./obj-x86_64-apple-darwin/dist/zen/${{ env.APP_NAME }}.app"
rm -rf "./obj-aarch64-apple-darwin/dist/zen/${{ env.APP_NAME }}.app"
- name: Extract .app from dmg
run: |