Skip to content

Commit fbf420f

Browse files
committed
fix: Update Android APK and AAB artifact paths in the release workflow.
1 parent fb0e239 commit fbf420f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
if: startsWith(github.ref, 'refs/tags/')
117117
with:
118118
files: |
119-
src-tauri/gen/android/app/build/outputs/apk/debug/*.apk
120-
src-tauri/gen/android/app/build/outputs/bundle/debug/*.aab
119+
src-tauri/gen/android/app/build/outputs/apk/universal/debug/*.apk
120+
src-tauri/gen/android/app/build/outputs/bundle/universalDebug/*.aab
121121
env:
122122
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)