fix: base64 decode in CI
Some checks failed
Auto Tag on Version Change / check-version (push) Failing after 5s
Some checks failed
Auto Tag on Version Change / check-version (push) Failing after 5s
This commit is contained in:
@@ -15,8 +15,8 @@ jobs:
|
||||
|
||||
- name: Setup keystore and environment
|
||||
run: |
|
||||
echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 -d > app/key.jks
|
||||
echo "${{ secrets.DOTENV_BASE64 }}" | base64 -d > .build/release/.env
|
||||
echo "${{ secrets.KEYSTORE_BASE64 }}" | tr -d '\n' | base64 -d > app/key.jks
|
||||
echo "${{ secrets.DOTENV_BASE64 }}" | tr -d '\n' | base64 -d > .build/release/.env
|
||||
|
||||
- name: Build APK
|
||||
working-directory: .build/release
|
||||
|
||||
Reference in New Issue
Block a user