We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d06cb9 commit 16ffdf1Copy full SHA for 16ffdf1
.github/workflows/build_android.yml
@@ -2,8 +2,7 @@ name: Build Android
2
run-name: >
3
${{ inputs.deploy_google_play && 'Upload to Google Play' || 'Build' }}
4
${{ inputs.deploy_google_play && inputs.google_play_track || '' }}
5
- ${{ inputs.tag }}
6
- ${{ inputs.app_selection }}
+ ${{ inputs.tag }}; ${{ inputs.app_selection }}
7
on:
8
workflow_dispatch:
9
inputs:
.github/workflows/build_ios.yml
@@ -1,6 +1,6 @@
1
name: Build iOS
- Upload to App Store ${{ inputs.tag }} ${{ inputs.app_selection }}
+ Upload to App Store ${{ inputs.tag }}; ${{ inputs.app_selection }}
0 commit comments