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
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: phone-libre-arm64-v8a.apk
|
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
|
# - name: Upload artifact phone-libre-armeabi-v7a-debug.apk
|
||||||
# uses: actions/upload-artifact@v4
|
# uses: actions/upload-artifact@v4
|
||||||
# with:
|
# with:
|
||||||
|
|
|
@ -3,7 +3,7 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||||
rootProject.name = "ananas"
|
rootProject.name = "ananas"
|
||||||
|
|
||||||
include(":app:phone")
|
include(":app:phone")
|
||||||
include(":app:tv")
|
// include(":app:tv")
|
||||||
include(":core")
|
include(":core")
|
||||||
include(":data")
|
include(":data")
|
||||||
include(":preferences")
|
include(":preferences")
|
||||||
|
@ -16,4 +16,4 @@ pluginManagement {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue