Skip to content

Commit bd50081

Browse files
Update nightly build workflow to upload F-Droid APK with corrected naming convention.
1 parent 9e59e45 commit bd50081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
uses: actions/upload-artifact@v4
178178
with:
179179
name: app-debug-${{ env.GIT_COMMIT }}
180-
path: platforms/android/app/build/outputs/apk/debug/app-debug.apk
180+
path: platforms/android/app/build/outputs/apk/debug/app-debug-normal.apk
181181

182182
- name: Run npm build paid dev apk fdroid (for F-Droid)
183183
if: ${{ !inputs.is_PR }}

0 commit comments

Comments
 (0)