File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
git submodule update
52
52
- name : Checkout Flutter
53
53
run : |
54
- FLUTTER_REVISION=`git describe --tags --abbrev=0`
54
+ FLUTTER_REVISION=`git describe --tags --abbrev=0 | tr -d -c '0-9.' `
55
55
FLUTTER_ROOT=/opt/flutter-elinux
56
56
git clone --depth 1 --branch $FLUTTER_REVISION https://github.com/sony/flutter-elinux $FLUTTER_ROOT
57
57
(cd $FLUTTER_ROOT; git switch -c $FLUTTER_REVISION)
88
88
git submodule update
89
89
- name : Checkout Flutter
90
90
run : |
91
- FLUTTER_REVISION=`git describe --tags --abbrev=0`
91
+ FLUTTER_REVISION=`git describe --tags --abbrev=0 | tr -d -c '0-9.' `
92
92
FLUTTER_ROOT=/opt/flutter-elinux
93
93
git clone --depth 1 --branch $FLUTTER_REVISION https://github.com/sony/flutter-elinux $FLUTTER_ROOT
94
94
(cd $FLUTTER_ROOT; git switch -c $FLUTTER_REVISION)
You can’t perform that action at this time.
0 commit comments