Update main.yml
This commit is contained in:
parent
ada3288b4f
commit
ce73c06229
1 changed files with 2 additions and 3 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -23,7 +23,6 @@ jobs:
|
|||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v3
|
||||
- run: echo $KEYSTORE_GITHUB | base64 --decode > android/github.jks
|
||||
- run: echo $KEY_PROPERTIES_DUMMY > android/key.properties
|
||||
- run: echo "Hello world"
|
||||
- run: echo $KEYSTORE_GITHUB | base64 -d > android/github.jks
|
||||
- run: echo $KEY_PROPERTIES_DUMMY | base64 -d > android/key.properties
|
||||
- run: cat android/key.properties
|
||||
|
|
Loading…
Add table
Reference in a new issue