Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 65102d2

Browse files
authored
Merge pull request #5 from Fox2Code/patch-1
Fix build-debug.yml FDroid publish
2 parents a11522d + 01266d6 commit 65102d2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build-debug.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ jobs:
3131

3232
# Create APK Debug
3333
- name: Build apk debug
34-
run: ./gradlew assembleDebug
34+
run: ./gradlew app:assembleDefaultDebug
35+
36+
- name: Build apk fdroid-debug
37+
run: ./gradlew app:assembleFdroidDebug
3538

3639
# Upload Artifact Build
3740
# Noted For Output [module-name]/build/outputs/apk
@@ -45,4 +48,4 @@ jobs:
4548
uses: actions/upload-artifact@v3
4649
with:
4750
name: FoxMmm-fdroid-debug
48-
path: app/build/outputs/apk/default/debug/app-default-debug.apk
51+
path: app/build/outputs/apk/fdroid/debug/app-fdroid-debug.apk

0 commit comments

Comments
 (0)