adding artifacts for workflow

This commit is contained in:
YamiDoesDev 2022-12-12 01:48:45 +01:00
parent dbc0454916
commit cd2f6ebabd
1 changed files with 2 additions and 10 deletions

View File

@ -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: