Skip to content

Commit

Permalink
try harderer to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Dec 17, 2023
1 parent c2f107b commit d72079d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/build-macos-redirector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ if [ -n "${APPLE_ID-}" ]; then
--wait
xcrun stapler staple "./build/Mitmproxy Redirector.app"

mkdir dist
mkdir -p dist
tar --create --file "./dist/Mitmproxy Redirector.app.tar" --cd "./build" "Mitmproxy Redirector.app"
else
echo "Signing keys not available, building unsigned binary..."
xcodebuild -scheme macos-redirector CODE_SIGNING_ALLOWED="NO" build
mkdir dist
mkdir -p dist
touch dist/dev-build
fi

0 comments on commit d72079d

Please sign in to comment.