mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Revert "Bump subosito/flutter-action from 2.19.0 to 2.20.0" (#2641)
This commit is contained in:
6
.github/workflows/beta.yml
vendored
6
.github/workflows/beta.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
- uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
|
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
|
||||||
with:
|
with:
|
||||||
channel: beta
|
channel: beta
|
||||||
- run: ./tool/flutter_ci_script_stable.sh
|
- run: ./tool/flutter_ci_script_stable.sh
|
||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
# with:
|
# with:
|
||||||
# distribution: 'zulu'
|
# distribution: 'zulu'
|
||||||
# java-version: '17'
|
# java-version: '17'
|
||||||
# - uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
|
# - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
|
||||||
# with:
|
# with:
|
||||||
# channel: beta
|
# channel: beta
|
||||||
# - run: ./tool/android_ci_script.sh
|
# - run: ./tool/android_ci_script.sh
|
||||||
@@ -63,7 +63,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
- uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
|
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
|
||||||
with:
|
with:
|
||||||
channel: beta
|
channel: beta
|
||||||
- run: ./tool/ios_ci_script.sh
|
- run: ./tool/ios_ci_script.sh
|
||||||
|
|||||||
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
- uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
|
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
|
||||||
with:
|
with:
|
||||||
channel: ${{ matrix.flutter_version }}
|
channel: ${{ matrix.flutter_version }}
|
||||||
- run: ./tool/flutter_ci_script_${{ matrix.flutter_version }}.sh
|
- run: ./tool/flutter_ci_script_${{ matrix.flutter_version }}.sh
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
# with:
|
# with:
|
||||||
# distribution: 'zulu'
|
# distribution: 'zulu'
|
||||||
# java-version: '17'
|
# java-version: '17'
|
||||||
# - uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
|
# - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
|
||||||
# with:
|
# with:
|
||||||
# channel: stable
|
# channel: stable
|
||||||
# - run: ./tool/android_ci_script.sh
|
# - run: ./tool/android_ci_script.sh
|
||||||
@@ -60,7 +60,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
- uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
|
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
- run: ./tool/ios_ci_script.sh
|
- run: ./tool/ios_ci_script.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user