File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 4747 keystore-password : " ${{ secrets.ANDROID_RELEASE_KEY_PASSWORD }}"
4848 # optionals
4949 build-cmd : flutter build apk --release --flavor dev
50- working-directory : ./
5150
5251
5352 - name : Archive APK
Original file line number Diff line number Diff line change 11name : flutter-build-android
22description : Builds an apk or appbundle
33inputs :
4- working-directory :
5- description : The root directory of the flutter app within this repository
6- default : ./
74 build-cmd :
85 description : The full build command, can be used to add arguments
96 default : flutter build apk --release
6663 env :
6764 KEYSTORE : ${{ inputs.keystore-base64 }}
6865 KEYSTORE_PASSWORD : ${{ inputs.keystore-password }}
69- working-directory : ${{ inputs.working-directory }} /android
66+ working-directory : . /android
7067
7168 - name : Build
7269 run : ${{ inputs.build-cmd }}
7370 shell : bash
74- working-directory : ${{ inputs.working-directory }}
You can’t perform that action at this time.
0 commit comments