Skip to content

Commit

Permalink
ci: wrong job
Browse files Browse the repository at this point in the history
  • Loading branch information
resucutie committed May 20, 2024
1 parent d1a2e95 commit 6041824
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/flutter-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: "temurin"
java-version: 17
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
Expand Down Expand Up @@ -107,7 +102,13 @@ jobs:
environment: Production
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: "temurin"
java-version: 17
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.22.0'
Expand Down

0 comments on commit 6041824

Please sign in to comment.