This commit is contained in:
deniscerri 2025-04-01 20:47:56 +02:00
parent cc25e08a8c
commit 5287d5fa67
No known key found for this signature in database
GPG key ID: 95C43D517D830350

View file

@ -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