adding artifacts for workflow
This commit is contained in:
parent
dbc0454916
commit
cd2f6ebabd
|
@ -11,7 +11,7 @@ on:
|
|||
|
||||
jobs:
|
||||
|
||||
build_apk:
|
||||
build_and_release_apk:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
|
@ -50,14 +50,6 @@ jobs:
|
|||
- name: Start release build
|
||||
run: flutter build apk
|
||||
|
||||
release_apk:
|
||||
needs: build_apk
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Checkput repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Upload APK as Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue