Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
10bits committed May 7, 2023
1 parent 1709f41 commit 85514c6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/legado.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,14 @@ jobs:
git checkout $LATEST_TAG
echo ::set-output name=if_release::true
fi
- name: Set up JDK 17
if: steps.check_release.outputs.if_release == 'true'
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17

- name: build apk
id: build_apk
if: steps.check_release.outputs.if_release == 'true'
Expand Down Expand Up @@ -83,4 +90,4 @@ jobs:
run: |
source $GITHUB_WORKSPACE/action_util.sh
update_info

0 comments on commit 85514c6

Please sign in to comment.