mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-05-19 22:50:40 +00:00
moved upload to build job
This commit is contained in:
parent
d3dff4c5b9
commit
5b40113496
1 changed files with 4 additions and 10 deletions
14
.github/workflows/cd.yml
vendored
14
.github/workflows/cd.yml
vendored
|
@ -36,13 +36,7 @@ jobs:
|
||||||
- name: Build Apk
|
- name: Build Apk
|
||||||
run: flutter build apk --flavor dev --dart-define cameraPreviewAspectRatio=2/3 -t lib/main_dev.dart
|
run: flutter build apk --flavor dev --dart-define cameraPreviewAspectRatio=2/3 -t lib/main_dev.dart
|
||||||
|
|
||||||
upload:
|
- uses: actions/upload-artifact@v3
|
||||||
needs: build
|
with:
|
||||||
runs-on: ubuntu-latest
|
name: m3_lightmeter.apk
|
||||||
|
path: build/app/outputs/flutter-apk/app-dev-release.apk
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: m3_lightmeter.apk
|
|
||||||
path: build/app/outputs/flutter-apk/app-dev-release.apk
|
|
||||||
|
|
Loading…
Reference in a new issue