Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
4ster1sk committed Nov 4, 2024
1 parent 6bacbdc commit b022d54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/apk_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
- name: Flutter pub get
run: flutter pub get

- name: Get version
run: |
echo "BUMP_VERSION=$(flutter pub run cider version)" >> $GITHUB_ENV
- name: Create apk file
run: |
echo -n "${{ secrets.ANDROID_KEYSTORE_BASE64 }}" | base64 --decode --output ./android/release.keystore
Expand Down

0 comments on commit b022d54

Please sign in to comment.