Update android.yml

This commit is contained in:
deniscerri 2023-03-19 20:31:25 +01:00 committed by GitHub
parent fc282a5032
commit e915fb3eab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,10 +19,9 @@ 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
- uses: gradle/gradle-build-action@v2
with:
gradle-version: 7.5
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle