blazedcloud - update recipe

This commit is contained in:
Licaon_Kter 2024-06-19 08:20:56 +00:00
parent 0d9ac83261
commit 6aab96cc08

View file

@ -1451,7 +1451,7 @@ Builds:
- ios
- test
prebuild:
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/flutter.yml)
- version=$(sed -n -E 's/.*flutter-version:\ "(.*)"/\1/p' .github/workflows/flutter.yml)
- pushd $$flutter$$
- git checkout -f $version
- popd
@ -1476,7 +1476,7 @@ Builds:
- ios
- test
prebuild:
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/flutter.yml)
- version=$(sed -n -E 's/.*flutter-version:\ "(.*)"/\1/p' .github/workflows/flutter.yml)
- pushd $$flutter$$
- git checkout -f $version
- popd
@ -1501,7 +1501,7 @@ Builds:
- ios
- test
prebuild:
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/flutter.yml)
- version=$(sed -n -E 's/.*flutter-version:\ "(.*)"/\1/p' .github/workflows/flutter.yml)
- pushd $$flutter$$
- git checkout -f $version
- popd