Skip to content

Commit ea76e77

Browse files
committed
debug
Signed-off-by: CFC4N <[email protected]>
1 parent 5ee1fa3 commit ea76e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
id: sign_apk
199199
uses: r0adkll/sign-android-release@v1
200200
with:
201-
releaseDirectory: src-tauri/gen/android/app/build/outputs/apk/universal/debug
201+
releaseDirectory: src-tauri/gen/android/app/build/outputs/apk/universal/release
202202
signingKeyBase64: ${{ secrets.ANDROID_SIGN_DEBUG_KEY }}
203203
alias: ${{ secrets.ANDROID_SIGN_DEBUG_KEY_ALIAS }}
204204
keyStorePassword: ${{ secrets.ANDROID_SIGN_DEBUG_KEY_STORE_PASSWORD }}

0 commit comments

Comments
 (0)