-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ jobs: | |
echo "BRANCH_KEY=${{ secrets.BRANCH_KEY }}" >> $GITHUB_ENV | ||
echo "BRANCH_KEY_TEST=${{ secrets.BRANCH_KEY_TEST }}" >> $GITHUB_ENV | ||
${{ inputs.testnet == true }} && echo APPCENTER_APP_ID=support-zzd0-28/Autonomy-Android-Test >> $GITHUB_ENV || echo APPCENTER_APP_ID=support-zzd0-28/Autonomy-Android-1 >> $GITHUB_ENV | ||
${{ inputs.testnet == true }} && echo NAME_SUFFIX=test-${{ inputs.build-number }} >> $GITHUB_ENV || echo NAME_SUFFIX=main-${{ inputs.build-number }} >> $GITHUB_ENV | ||
${{ inputs.testnet == true }} && echo NAME_SUFFIX=test-$BUILD_NUMBER >> $GITHUB_ENV || echo NAME_SUFFIX=main-$BUILD_NUMBER >> $GITHUB_ENV | ||
- uses: webfactory/[email protected] | ||
with: | ||
|