Skip to content

Commit

Permalink
fix mistake with environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Turskyi committed Dec 7, 2023
1 parent 0accd1f commit dfc40a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compose_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo $RELEASE_KEYSTORE | base64 -d > composeApp/src/androidMain/keystore/politerai_release.keystore
shell: bash
env:
CODEMAGIC_KEYSTORE: ${{ secrets.RELEASE_KEYSTORE }}
RELEASE_KEYSTORE: ${{ secrets.RELEASE_KEYSTORE }}

- name: Generate Release APK
run: ./gradlew assembleDebug
Expand Down

0 comments on commit dfc40a1

Please sign in to comment.