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