Cleanup macOS build workflow by removing unnecessary directory and adding executable permission to MAR

This commit is contained in:
mr. M
2025-01-28 01:50:25 +01:00
parent d69cc7edf4
commit af24ff6049

View File

@@ -229,10 +229,14 @@ jobs:
env:
JUST_MAR: true
run: |
# we don't need it anymore
set -ex
rm -rf ./obj-aarch64-apple-darwin
export SURFER_PLATFORM="darwin"
export ZEN_RELEASE=1
# full path to zen-macos-host-mar
export MAR=$(pwd)/zen-macos-host-mar
chmod +x $MAR
echo "MAR=$MAR"
pnpm package
mv ./dist/output.mar ./macos.mar