Skip to content

Commit 52bbd60

Browse files
committed
hive-oauth2-syncfusion-signing
1 parent 55eeb9d commit 52bbd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Setup Keystore
2424
run: |
25-
echo "${{ secrets.KEYSTORE }}" | base64 --decode >android/app/mykey.jks
25+
echo "${{ secrets.KEYSTORE }}" | base64 --decode >mykey.jks
2626
2727
- name: Setup key.properties
2828
run: |

0 commit comments

Comments
 (0)