mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
favorites handling only
This commit is contained in:
parent
a42cf77a70
commit
5a70ed48cf
27 changed files with 233 additions and 8 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue