We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c23b8 commit d7e4ba4Copy full SHA for d7e4ba4
.github/workflows/reusable_build_sample_apps.yml
@@ -154,9 +154,11 @@ jobs:
154
with:
155
status: ${{ job.status }}
156
slack_webhook_url: ${{ secrets.SLACK_NOTIFY_RELEASES_WEBHOOK_URL }}
157
+ firebase_project_id: ${{ secrets.SAMPLE_APPS_FIREBASE_PROJECT_ID }}
158
instructions_guide_link: ${{ secrets.SAMPLE_APPS_INSTRUCTIONS_GUIDE_LINK }}
159
icon_url: "https://media.pocketgamer.com/artwork/na-qulrguj/android.jpg"
160
repository_name: "Android"
161
+ platform: "android"
162
app_name: "Native Android"
163
app_identifier: ${{ matrix.app-identifier }}
164
build_version: "${{ env.APP_VERSION_STRING }} (${{ env.APP_BUILD_NUMBER }})"
0 commit comments