mirror of
https://github.com/go-vikunja/app
synced 2024-12-02 09:07:16 +00:00
updated github workflows to new names
This commit is contained in:
parent
7e4f4e79f8
commit
d0dcb4452d
2
.github/workflows/build-unsigned-debug.yml
vendored
2
.github/workflows/build-unsigned-debug.yml
vendored
@ -35,5 +35,5 @@ jobs:
|
||||
run: flutter pub get
|
||||
|
||||
- name: Build Debug Build
|
||||
run: flutter build apk --debug --flavor main
|
||||
run: flutter build apk --debug --flavor core
|
||||
|
||||
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -49,5 +49,5 @@ jobs:
|
||||
echo "keyAlias=${{ secrets.ANDROID_KEY_ALIAS }}" >> android/key.properties
|
||||
|
||||
- name: Build Debug Build
|
||||
run: flutter build apk --debug --flavor main
|
||||
run: flutter build apk --debug --flavor core
|
||||
|
||||
|
8
.github/workflows/flutter-release.yml
vendored
8
.github/workflows/flutter-release.yml
vendored
@ -55,16 +55,16 @@ jobs:
|
||||
echo "keyAlias=${{ secrets.ANDROID_KEY_ALIAS }}" >> android/key.properties
|
||||
|
||||
- name: Build Android App Bundle
|
||||
run: flutter build appbundle --flavor main
|
||||
run: flutter build appbundle --flavor core
|
||||
|
||||
- name: Build Android APK
|
||||
run: flutter build apk --flavor main
|
||||
run: flutter build apk --flavor core
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: app-release-bundle
|
||||
path: |
|
||||
build/app/outputs/bundle/mainRelease/app-main-release.aab
|
||||
build/app/outputs/flutter-apk/app-main-release.apk
|
||||
build/app/outputs/bundle/coreRelease/app-core-release.aab
|
||||
build/app/outputs/flutter-apk/app-core-release.apk
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user