Skip to content

Commit

Permalink
maybe fix ci yml
Browse files Browse the repository at this point in the history
  • Loading branch information
getBoolean committed Aug 3, 2023
1 parent 09c2815 commit 7b2f959
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Install and set Flutter version
uses: subosito/flutter-action@v2
with:
channel: $FLUTTER_CHANNEL
flutter-version: $FLUTTER_VERSION
channel: "$FLUTTER_CHANNEL"
flutter-version: "$FLUTTER_VERSION"
architecture: x64

- name: Check Flutter Version
Expand Down Expand Up @@ -76,8 +76,8 @@ jobs:
- name: Install and set Flutter version
uses: subosito/flutter-action@v2
with:
channel: $FLUTTER_CHANNEL
flutter-version: $FLUTTER_VERSION
channel: "$FLUTTER_CHANNEL"
flutter-version: "$FLUTTER_VERSION"
architecture: x64
# Zip into IPA from here:
# https://gist.github.com/devhammed/617d920b7ee886591a46c22633ab0093
Expand Down Expand Up @@ -136,8 +136,8 @@ jobs:
# - name: Install and set Flutter version
# uses: subosito/flutter-action@v2
# with:
# channel: 'stable'
# flutter-version: $FLUTTER_VERSION
# channel: "$FLUTTER_CHANNEL"
# flutter-version: "$FLUTTER_VERSION"
# architecture: x64
# - run: flutter pub get
# - run: flutter clean
Expand Down Expand Up @@ -168,8 +168,8 @@ jobs:
- name: Install and set Flutter version
uses: subosito/flutter-action@v2
with:
channel: $FLUTTER_CHANNEL
flutter-version: $FLUTTER_VERSION
channel: "$FLUTTER_CHANNEL"
flutter-version: "$FLUTTER_VERSION"
architecture: x64
- name: Build Android APK and Appbundle
run: |
Expand Down Expand Up @@ -197,8 +197,8 @@ jobs:
- name: Install and set Flutter version
uses: subosito/flutter-action@v2
with:
channel: $FLUTTER_CHANNEL
flutter-version: $FLUTTER_VERSION
channel: "$FLUTTER_CHANNEL"
flutter-version: "$FLUTTER_VERSION"
architecture: x64
- name: Build Windows
run: |
Expand All @@ -220,8 +220,8 @@ jobs:
- name: Install and set Flutter version
uses: subosito/flutter-action@v2
with:
channel: $FLUTTER_CHANNEL
flutter-version: $FLUTTER_VERSION
channel: "$FLUTTER_CHANNEL"
flutter-version: "$FLUTTER_VERSION"
architecture: x64
- run: |
sudo apt-get update -y
Expand All @@ -243,8 +243,8 @@ jobs:
- name: Install and set Flutter version
uses: subosito/flutter-action@v2
with:
channel: $FLUTTER_CHANNEL
flutter-version: $FLUTTER_VERSION
channel: "$FLUTTER_CHANNEL"
flutter-version: "$FLUTTER_VERSION"
architecture: x64
- name: Enable Linux
run: flutter config --enable-macos-desktop
Expand All @@ -263,8 +263,8 @@ jobs:
- name: Install and set Flutter version
uses: subosito/flutter-action@v2
with:
channel: $FLUTTER_CHANNEL
flutter-version: $FLUTTER_VERSION
channel: "$FLUTTER_CHANNEL"
flutter-version: "$FLUTTER_VERSION"
- name: Build Web
run: |
flutter pub get
Expand Down

0 comments on commit 7b2f959

Please sign in to comment.