Skip to content

Commit

Permalink
Merge pull request #109 from millicast/ci-add-env
Browse files Browse the repository at this point in the history
cd_android.yml: Add .env
  • Loading branch information
ldanilina authored Jan 16, 2024
2 parents 6b3f2aa + 8345feb commit 85f1ce7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cd_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
versionCode=$GITHUB_RUN_NUMBER; echo "versionName: $versionName; versionCode: $versionCode"
echo "export VERSION_NAME=$versionName; export VERSION_CODE=$versionCode" > ~/.env_version
- name: Create internal environment
env:
ENV: ${{secrets.ENV}}
run: |
echo $ENV > .env
- name: Android App Build
env:
KEYSTORE_PASSWORD: ${{ secrets.RELEASE_KEYSTORE_STORE_PASSWORD }}
Expand Down

0 comments on commit 85f1ce7

Please sign in to comment.