File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626 echo "$(( ${{ secrets.DEV_ENV_FILE_CONTENT }} + 67 ))" > .env
2727 shell : bash
2828
29- - uses : sheenhx /action-flutter-build-android@main
29+ - uses : reasje /action-flutter-build-android@main
3030 with :
3131 keystore-base64 : ${{ secrets.ANDROID_RELEASE_KEY }}
3232 keystore-password : " ${{ secrets.ANDROID_RELEASE_KEY_PASSWORD }}"
Original file line number Diff line number Diff line change 2424 echo "$(( ${{ secrets.PROD_ENV_FILE_CONTENT }} + 67 ))" > .env
2525 shell : bash
2626
27- - uses : sheenhx /action-flutter-build-android@main
27+ - uses : reasje /action-flutter-build-android@main
2828 with :
2929 keystore-base64 : ${{ secrets.ANDROID_RELEASE_KEY }}
3030 keystore-password : " ${{ secrets.ANDROID_RELEASE_KEY_PASSWORD }}"
You can’t perform that action at this time.
0 commit comments