mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-07 03:06:29 +00:00
kubnav: fix flutter version
This commit is contained in:
parent
498805dcb4
commit
156fe31a7c
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@ Builds:
|
|||
- macos
|
||||
- windows
|
||||
prebuild:
|
||||
- flutterVerion=$(sed -n -E "s/.*flutter-version:\s'([0-9.])'/\1/p" .github/workflows/continuous-delivery.yaml
|
||||
- flutterVerion=$(sed -n -E "s/.*flutter-version:\s'([0-9.]+)'/\1/p" .github/workflows/continuous-delivery.yaml
|
||||
| head -n 1)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $flutterVerion
|
||||
|
|
|
|||
Loading…
Reference in a new issue