✨ Deep link
This commit is contained in:
21
.github/workflows/nightly.yml
vendored
21
.github/workflows/nightly.yml
vendored
@ -22,27 +22,6 @@ jobs:
|
||||
with:
|
||||
name: build-output-web
|
||||
path: build/web
|
||||
build-apk:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: stable
|
||||
cache: true
|
||||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: "zulu"
|
||||
java-version: "17"
|
||||
- run: flutter pub get
|
||||
- run: flutter build apk --split-per-abi
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build-output-android
|
||||
path: build/app/outputs/flutter-apk/*.apk
|
||||
build-exe:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user