Skip to content

Commit

Permalink
fix: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Turtlepaw committed Aug 30, 2024
1 parent b211270 commit d14f549
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '17'

java-version: '17.x'
distribution: 'temurin'
- uses: subosito/flutter-action@v2
with:
flutter-version: stable
#flutter-version: '1.7.8+hotfix.4'
channel: stable

- run: flutter pub get

Expand Down

0 comments on commit d14f549

Please sign in to comment.