Skip to content

Commit b1eba79

Browse files
authored
fix: auto replace scheme name in iOS build actions (#564)
1 parent 4f8c7dc commit b1eba79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/platform-ios/template/.github/workflows/remote-build-ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
destination: device
3636
github-token: ${{ secrets.GITHUB_TOKEN }}
37-
scheme: SCHEME_FOR_DEVICES # replace with preferred scheme
37+
scheme: HelloWorld
3838
configuration: Release # replace with preferred configuration
3939
certificate-base64: ${{ secrets.APPLE_BUILD_CERTIFICATE_BASE64 }}
4040
certificate-password: ${{ secrets.APPLE_BUILD_CERTIFICATE_PASSWORD }}
@@ -63,5 +63,5 @@ jobs:
6363
with:
6464
destination: simulator
6565
github-token: ${{ secrets.GITHUB_TOKEN }}
66-
scheme: SCHEME_FOR_SIMULATORS # replace with preferred scheme
66+
scheme: HelloWorld
6767
configuration: Debug # replace with preferred configuration

0 commit comments

Comments
 (0)