.
This commit is contained in:
parent
cc25e08a8c
commit
5287d5fa67
1 changed files with 2 additions and 0 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
|
@ -34,6 +34,8 @@ jobs:
|
|||
run: touch local.properties
|
||||
- name: Create Keystore Properties File
|
||||
run: echo "${{ secrets.LOCAL_PROPERTIES }}" > keystore.properties
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Set current date as env variable
|
||||
run: echo "date_today=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
||||
|
|
|
|||
Loading…
Reference in a new issue