Skip to content

Commit

Permalink
Update java to 17 (#1613)
Browse files Browse the repository at this point in the history
修复GitHub Action构建
  • Loading branch information
simpleandstupid authored Nov 18, 2024
1 parent 4463b63 commit 4189ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
java-version: 17

- name: Build
run: |
Expand All @@ -30,4 +30,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Build
path: ./app/build/outputs/apk/
path: ./app/build/outputs/apk/

0 comments on commit 4189ede

Please sign in to comment.