Update android.yml
This commit is contained in:
parent
fc282a5032
commit
e915fb3eab
1 changed files with 3 additions and 4 deletions
7
.github/workflows/android.yml
vendored
7
.github/workflows/android.yml
vendored
|
|
@ -19,10 +19,9 @@ jobs:
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: gradle
|
cache: gradle
|
||||||
- name: Create Local Properties File
|
- uses: gradle/gradle-build-action@v2
|
||||||
run: touch local.properties
|
with:
|
||||||
- name: Add secret API Key
|
gradle-version: 7.5
|
||||||
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