File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ jobs:
257257 echo -n "$IOS_API_KEY_BASE64" | base64 --decode -o $API_KEY_PATH
258258 - run : make capacitor-build-ios-app
259259 - name : Upload to TestFlight
260- if : ${{ github.ref == 'refs/heads/main' }}
260+ if : ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev-2149-migrate-away-from-appcenter' }}
261261 run : make capacitor-upload-ios-app
262262 - name : Clean up keychain and provisioning profile
263263 if : ${{ always() }}
@@ -300,7 +300,7 @@ jobs:
300300 export ANDROID_KEYSTORE_PATH="$RUNNER_TEMP/keystore.jks"
301301 make capacitor-apksigner
302302 - name : Distribute to App Center
303- if : ${{ github.ref == 'refs/heads/master ' }}
303+ if : ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev-2149-migrate-away-from-appcenter ' }}
304304 env :
305305 APPCENTER_ACCESS_TOKEN : ${{ secrets.CAPACITOR_ANDROID_APPCENTER_ACCESS_TOKEN }}
306306 run : appcenter distribute release --debug --silent --file ./example/capacitor/android/app/build/outputs/apk/release/app-release-signed.apk --group "Collaborators" --app "Oursky/Authgear-Demo-Capacitor-Android" --release-notes "no release notes"
You can’t perform that action at this time.
0 commit comments