Skip to content

Commit

Permalink
更新安卓自动编译链
Browse files Browse the repository at this point in the history
  • Loading branch information
Hny0305Lin authored Jun 30, 2024
1 parent e4a8892 commit 8159cb4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,21 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v3
- name: Checkout
uses: actions/checkout@v4
- name: JDK17 Eclipsejdk
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: gradle

- name: Grant execute permission for gradlew
- name: Gradlew Permission
run: chmod +x gradlew
- name: Build with Gradle
- name: Build
run: ./gradlew build

- name: Upload APK
- name: Upload
uses: actions/upload-artifact@v4
with:
name: app-debug
Expand Down

0 comments on commit 8159cb4

Please sign in to comment.