Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ktabata committed Apr 18, 2024
1 parent b0307b8 commit 45594dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ jobs:
curl -O https://polaris-engine.com/dl/libroot-macos.tar.gz
tar xzf libroot-macos.tar.gz
echo 'Debug: Building...'
xcodebuild -quiet -scheme pro-macos -project pro-macos.xcodeproj -configuration Release -archivePath `pwd`/build/Release/pro-macos.xcarchive OTHER_CODE_SIGN_FLAGS="--keychain=$KEYCHAIN_PATH" PROVISIONING_PROFILE='641a5e08-abb1-4175-b0fa-e726be6b36d4' -allowProvisioningUpdates archive
xcodebuild -quiet -scheme pro-macos -project pro-macos.xcodeproj -configuration Release -archivePath `pwd`/build/Release/pro-macos.xcarchive OTHER_CODE_SIGN_FLAGS="--keychain=$KEYCHAIN_PATH" PROVISIONING_PROFILE='641a5e08-abb1-4175-b0fa-e726be6b36d4' CODE_SIGN_IDENTITY='8791B1BF3393E633CC3AC91E80F381994ABCF073' -allowProvisioningUpdates archive
echo 'Debug: Exporting...'
xcodebuild -quiet -exportArchive -archivePath `pwd`/build/Release/pro-macos.xcarchive -exportOptionsPlist export-options.plist OTHER_CODE_SIGN_FLAGS="--keychain=$KEYCHAIN_PATH" -allowProvisioningUpdates PROVISIONING_PROFILE='641a5e08-abb1-4175-b0fa-e726be6b36d4' -exportPath `pwd`/build/Release/pro-macos.xcarchive
xcodebuild -quiet -exportArchive -archivePath `pwd`/build/Release/pro-macos.xcarchive -exportOptionsPlist export-options.plist OTHER_CODE_SIGN_FLAGS="--keychain=$KEYCHAIN_PATH" -allowProvisioningUpdates PROVISIONING_PROFILE='641a5e08-abb1-4175-b0fa-e726be6b36d4' CODE_SIGN_IDENTITY='8791B1BF3393E633CC3AC91E80F381994ABCF073' -exportPath `pwd`/build/Release/pro-macos.xcarchive
echo 'Debug: Nortalizing...'
until xcodebuild -quiet -exportNotarizedApp -archivePath `pwd`/build/Release/pro-macos.xcarchive -exportPath `pwd`/build/Release OTHER_CODE_SIGN_FLAGS="--keychain=$KEYCHAIN_PATH" PROVISIONING_PROFILE='641a5e08-abb1-4175-b0fa-e726be6b36d4' -allowProvisioningUpdates > /dev/null 2>&1; do echo "Waiting 10 seconds for notarization..."; sleep 10; done
until xcodebuild -quiet -exportNotarizedApp -archivePath `pwd`/build/Release/pro-macos.xcarchive -exportPath `pwd`/build/Release OTHER_CODE_SIGN_FLAGS="--keychain=$KEYCHAIN_PATH" PROVISIONING_PROFILE='641a5e08-abb1-4175-b0fa-e726be6b36d4' CODE_SIGN_IDENTITY='8791B1BF3393E633CC3AC91E80F381994ABCF073' -allowProvisioningUpdates > /dev/null 2>&1; do echo "Waiting 10 seconds for notarization..."; sleep 10; done
echo "Successfully notarized."
mkdir tmp
cp -Ra "build/Release/Polaris Engine.app" "tmp/Polaris Engine.app"
Expand Down
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,4 @@ This file is referred by some automatic release scripts.
.
.
.
.

0 comments on commit 45594dc

Please sign in to comment.