Skip to content

Commit 3fc5782

Browse files
Update keystore path and password in nightly release
Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
1 parent ef36b4c commit 3fc5782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
encodedString: ${{ secrets.KEYSTORE_BASE64 }}
5656

5757
- name: test
58-
run: keytool -list -keystore ${{ steps.write_base64_file.outputs.filepath }} -storepass ${{ secrets.KEY_PASSWORD }}
58+
run: keytool -list -keystore ./app/mLauncher.jks -storepass mLauncher
5959

6060

6161
- name: Build with Gradle

0 commit comments

Comments
 (0)