Build prepaid type

This commit is contained in:
Ensar Sarajčić
2024-01-26 19:58:45 +01:00
parent 71606fcb9a
commit 79d75d3192

View File

@@ -16,13 +16,13 @@ jobs:
java-version: 17
distribution: 'temurin'
- name: Build debug APK
run: ./gradlew assembleCoreDebug
run: ./gradlew assemblePrepaidDebug
- name: Upload APK
id: upload
uses: actions/upload-artifact@v4
with:
name: 'unsigned-app-debug'
path: 'app/build/outputs/apk/core/debug/launcher-core-debug.apk'
path: 'app/build/outputs/apk/**/*.apk'
- name: Post a comment with APK url
uses: thollander/actions-comment-pull-request@v2
with: