mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-18 16:25:27 +02:00
fix: Fix build
This commit is contained in:
parent
ee12fc493e
commit
b8a302d815
4
.github/workflows/release-app-github.yaml
vendored
4
.github/workflows/release-app-github.yaml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
with:
|
||||
files: app/build/outputs/apk/fdroid/release/*.apk
|
||||
files: NumberHub.apk
|
||||
|
||||
- name: Build AABs 📱
|
||||
run: ./gradlew bundleRelease
|
||||
@ -55,4 +55,4 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
with:
|
||||
files: app/build/outputs/bundle/fdroidRelease/*.aab
|
||||
files: NumberHub.aab
|
@ -36,7 +36,7 @@ android {
|
||||
signingConfigs {
|
||||
create("release") {
|
||||
val properties = Properties().apply {
|
||||
load(file("../key.properties").reader())
|
||||
load(rootProject.file("key.properties").reader())
|
||||
}
|
||||
storeFile = File(properties.getProperty("storeFile"))
|
||||
storePassword = properties.getProperty("storePassword")
|
||||
|
Loading…
x
Reference in New Issue
Block a user