Skip to content

Commit 92e6f1d

Browse files
committed
Fix: Update KEYSTORE_FILE path in GitHub workflow
1 parent 17028db commit 92e6f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_dispatch:
1010

1111
env:
12-
KEYSTORE_FILE: keystore-qrbarcode.jks
12+
KEYSTORE_FILE: app/keystore-qrbarcode.jks
1313
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
1414
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
1515
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}

0 commit comments

Comments
 (0)