mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-16 23:54:28 +10:00
favorites handling only
This commit is contained in:
@@ -30,6 +30,11 @@ jobs:
|
||||
${{ runner.os }}-gradle-
|
||||
- run: flutter pub get
|
||||
- run: flutter build apk --release --no-pub
|
||||
- name: Upload Debug APK
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: app-debug
|
||||
path: build/app/outputs/flutter-apk/app-release.apk
|
||||
|
||||
ios:
|
||||
runs-on: macos-latest
|
||||
|
||||
Reference in New Issue
Block a user