flow: fix
This commit is contained in:
parent
e18e73cca8
commit
44c1b51553
2 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: phone-libre-arm64-v8a.apk
|
||||
path: ./app/phone/build/outputs/apk/libre/debug/phone-libre-arm64-v8a.apk
|
||||
path: ./app/phone/build/outputs/apk/libre/phone-libre-arm64-v8a.apk
|
||||
# - name: Upload artifact phone-libre-armeabi-v7a-debug.apk
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
|
|
|
@ -3,7 +3,7 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
|||
rootProject.name = "ananas"
|
||||
|
||||
include(":app:phone")
|
||||
include(":app:tv")
|
||||
// include(":app:tv")
|
||||
include(":core")
|
||||
include(":data")
|
||||
include(":preferences")
|
||||
|
|
Loading…
Reference in a new issue