File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,17 +73,17 @@ jobs:
73
73
- uses : subosito/flutter-action@v2
74
74
with :
75
75
flutter-version : ${{ env.FLUTTER_VERSION }}
76
- - if : runner.os == 'windows-latest '
76
+ - if : runner.os == 'windows'
77
77
run : |
78
78
go build -tags nosqlite -ldflags="-w -s" -buildmode=c-shared -o ui/flutter/windows/libgopeed.dll github.com/GopeedLab/gopeed/bind/desktop
79
79
cd ui/flutter
80
80
flutter build windows
81
- - if : runner.os == 'macos-latest '
81
+ - if : runner.os == 'macOS '
82
82
run : |
83
83
go build -tags nosqlite -ldflags="-w -s" -buildmode=c-shared -o ui/flutter/macos/Frameworks/libgopeed.dylib github.com/GopeedLab/gopeed/bind/desktop
84
84
cd ui/flutter
85
85
flutter build macos
86
- - if : runner.os == 'ubuntu-latest '
86
+ - if : runner.os == 'Linux '
87
87
run : |
88
88
sudo apt-get update -y
89
89
sudo apt-get install -y ninja-build libgtk-3-dev libayatana-appindicator3-dev
You can’t perform that action at this time.
0 commit comments