Skip to content
Snippets Groups Projects

Resolve "Improve build process"

Merged Benoît Harrault requested to merge 72-improve-build-process into master
+ 2
2
@@ -31,7 +31,7 @@ android:build-debug:
- find . -name "*.apk" # where is my apk?
artifacts:
paths:
- build/app/outputs/apk/debug
- build/app/outputs/flutter-apk
expire_in: 1 week
interruptible: true
@@ -71,7 +71,7 @@ android:build-release:
- find . -name "*.apk" # where is my apk?
artifacts:
paths:
- build/app/outputs/apk/release
- build/app/outputs/flutter-apk
expire_in: 1 week
interruptible: true
Loading