From 627e69aba2d869b7be5e0a8b267def1dbf08a6f5 Mon Sep 17 00:00:00 2001 From: Morgan Koh Date: Tue, 19 Nov 2024 19:52:24 +0100 Subject: [PATCH] WIP --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac19ecb..c0d3b07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: run: | echo RELEASE_KEYSTORE_BASE64 > release.txt - base64 -d release.txt > secrets/release.jks + base64 -d release.txt > release.jks # Build and deploy - https://github.com/gradle/gradle-build-action - name: Build and Publish App on Google Play