Skip to content

Commit b009012

Browse files
authored
ci: fix android sample app release build (#543)
1 parent 827465b commit b009012

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

.github/workflows/build-release-sample-apps.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "sdk_version=${{ inputs.sdk_version }}" >> $GITHUB_OUTPUT
3636
fi
3737
38-
build-sample-app:
38+
build-sample-app-ios:
3939
needs: [determine-branch, determine-sdk-version]
4040
uses: ./.github/workflows/build-sample-app.yml
4141
with:
@@ -47,3 +47,16 @@ jobs:
4747
platform_name_upper: "IOS"
4848
sdk_version: ${{ needs.determine-sdk-version.outputs.resolved_version }}
4949
secrets: inherit
50+
51+
build-sample-app-android:
52+
needs: [determine-branch, determine-sdk-version]
53+
uses: ./.github/workflows/build-sample-app.yml
54+
with:
55+
app_name: "APN"
56+
branch_name: ${{ needs.determine-branch.outputs.branch_name }}
57+
cio-workspace-name: "Mobile: React Native"
58+
platform: "android"
59+
platform_name: "Android"
60+
platform_name_upper: "ANDROID"
61+
sdk_version: ${{ needs.determine-sdk-version.outputs.resolved_version }}
62+
secrets: inherit

example/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)