gradle build convention

This commit is contained in:
2024-08-11 14:53:32 +03:00
parent f050a19df9
commit 648850f1c8
108 changed files with 517 additions and 1089 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: app-debug.apk
path: app/build/outputs/apk/amethyst/debug/app-amethyst-debug.apk
path: app/build/outputs/apk/debug/app-debug.apk
- name: Build and sign release APKs
run: ./gradlew assembleRelease
@@ -43,4 +43,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: app-release.apk
path: app/build/outputs/apk/amethyst/release/app-amethyst-release.apk
path: app/build/outputs/apk/release/app-release.apk