Update android.yml
This commit is contained in:
parent
24e7026a09
commit
2cb22f0653
1 changed files with 4 additions and 1 deletions
5
.github/workflows/android.yml
vendored
5
.github/workflows/android.yml
vendored
|
|
@ -19,7 +19,10 @@ jobs:
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: gradle
|
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
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue