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:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
with:
|
with:
|
||||||
files: app/build/outputs/apk/fdroid/release/*.apk
|
files: NumberHub.apk
|
||||||
|
|
||||||
- name: Build AABs 📱
|
- name: Build AABs 📱
|
||||||
run: ./gradlew bundleRelease
|
run: ./gradlew bundleRelease
|
||||||
@ -55,4 +55,4 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
with:
|
with:
|
||||||
files: app/build/outputs/bundle/fdroidRelease/*.aab
|
files: NumberHub.aab
|
@ -36,7 +36,7 @@ android {
|
|||||||
signingConfigs {
|
signingConfigs {
|
||||||
create("release") {
|
create("release") {
|
||||||
val properties = Properties().apply {
|
val properties = Properties().apply {
|
||||||
load(file("../key.properties").reader())
|
load(rootProject.file("key.properties").reader())
|
||||||
}
|
}
|
||||||
storeFile = File(properties.getProperty("storeFile"))
|
storeFile = File(properties.getProperty("storeFile"))
|
||||||
storePassword = properties.getProperty("storePassword")
|
storePassword = properties.getProperty("storePassword")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user