File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
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-
50+ working-directory : ./
5151
5252 - name : Archive APK
5353 uses : actions/upload-artifact@v2
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 : ./
47 build-cmd :
58 description : The full build command, can be used to add arguments
69 default : flutter build apk --release
6366 env :
6467 KEYSTORE : ${{ inputs.keystore-base64 }}
6568 KEYSTORE_PASSWORD : ${{ inputs.keystore-password }}
66- working-directory : . /android
69+ working-directory : ${{ inputs.working-directory }} /android
6770
6871 - name : Build
6972 run : ${{ inputs.build-cmd }}
7073 shell : bash
74+ working-directory : ${{ inputs.working-directory }}
You can’t perform that action at this time.
0 commit comments