Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
修复action
Browse files Browse the repository at this point in the history
  • Loading branch information
xmmmmmovo committed Nov 27, 2020
1 parent e4ade19 commit d7e4c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- uses: actions/checkout@v2
# 建立 java 环境
- name: Setup Java JDK
uses: actions/setup-java@v1.3.0
uses: actions/setup-java@main
with:
java-version: "8.x"
java-version: 1.8
# 建立 Flutter 环境
- name: Flutter action
uses: subosito/flutter-action@master
Expand Down

0 comments on commit d7e4c98

Please sign in to comment.