|
24 | 24 | sudo apt-get update -y
|
25 | 25 | sudo apt-get install -y tar clang cmake ninja-build pkg-config libgtk-3-dev make python3-pip python3-setuptools patchelf desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace fuse libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
|
26 | 26 | curl -sS https://webi.sh/yq | sh
|
27 |
| - yq -i '.version |= sub("\+\d+", "-nightly-")' pubspec.yaml |
| 27 | + yq -i '.version |= sub("\+\d+", "+nightly.")' pubspec.yaml |
28 | 28 | yq -i '.version += strenv(GITHUB_RUN_NUMBER)' pubspec.yaml
|
29 | 29 | flutter config --enable-linux-desktop
|
30 | 30 | flutter pub get
|
|
82 | 82 | sudo apt-get update -y
|
83 | 83 | sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev make python3-pip python3-setuptools patchelf desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace fuse
|
84 | 84 | curl -sS https://webi.sh/yq | sh
|
85 |
| - yq -i '.version |= sub("\+\d+", "-nightly-")' pubspec.yaml |
| 85 | + yq -i '.version |= sub("\+\d+", "+nightly.")' pubspec.yaml |
86 | 86 | yq -i '.version += strenv(GITHUB_RUN_NUMBER)' pubspec.yaml
|
87 | 87 | flutter pub get
|
88 | 88 |
|
@@ -127,7 +127,7 @@ jobs:
|
127 | 127 | - name: Installing dependencies and configuring versions
|
128 | 128 | run: |
|
129 | 129 | choco install sed make yq -y
|
130 |
| - yq -i '.version |= sub("\+\d+", "-nightly-")' pubspec.yaml |
| 130 | + yq -i '.version |= sub("\+\d+", "+nightly.")' pubspec.yaml |
131 | 131 | yq -i '.version += strenv(GITHUB_RUN_NUMBER)' pubspec.yaml
|
132 | 132 | sed -i "s/%{{SPOTUBE_VERSION}}%/${{ github.run_number }}/" windows/runner/Runner.rc
|
133 | 133 | flutter config --enable-windows-desktop
|
@@ -169,7 +169,7 @@ jobs:
|
169 | 169 | - name: Installing dependencies and configuring versions
|
170 | 170 | run: |
|
171 | 171 | brew install yq
|
172 |
| - yq -i '.version |= sub("\+\d+", "-nightly-")' pubspec.yaml |
| 172 | + yq -i '.version |= sub("\+\d+", "+nightly.")' pubspec.yaml |
173 | 173 | yq -i '.version += strenv(GITHUB_RUN_NUMBER)' pubspec.yaml
|
174 | 174 | flutter config --enable-macos-desktop
|
175 | 175 | flutter pub get
|
|
0 commit comments