Update android.yml

This commit is contained in:
deniscerri 2022-08-24 13:31:16 +02:00 committed by GitHub
parent 24e7026a09
commit 2cb22f0653
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,10 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: gradle
- name: Create Local Properties File
run: touch local.properties
- name: Add secret API Key
run: echo "ytAPI=\""${{ secrets.YTAPI }}"\"" >> local.properties
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle