Skip to content

Commit b9051e3

Browse files
Update android-branch_ci.yml
Signed-off-by: CreativeCodeCat <[email protected]>
1 parent 717fb88 commit b9051e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/android-branch_ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ jobs:
3333
- name: Stop Gradle daemons
3434
run: ./gradlew --stop
3535

36+
- name: Decode keystore
37+
id: write_base64_file
38+
uses: Swisyn/[email protected]
39+
with:
40+
destinationFileName: 'mLauncher.jks'
41+
destinationPath: 'app'
42+
encodedString: ${{ secrets.SIGNINGKEY_BASE64 }}
43+
3644
- name: Build with Gradle
3745
run: ./gradlew clean assembleProdDebug --refresh-dependencies --no-daemon
3846
env:

0 commit comments

Comments
 (0)