File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 34
34
SOURCE_DIR : ${{github.workspace}}/.cache/source
35
35
TOOSL_DIR : ${{github.workspace}}/.cache/tools
36
36
INSTALL_DIR : ${{github.workspace}}/.cache/install
37
- SerialPortAssistant_VERSION : v0.5.26
37
+ SerialPortAssistant_VERSION : v0.5.27
38
38
VCPKGGITCOMMITID : 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
39
39
VCPKG_TARGET_TRIPLET : ${{matrix.VCPKG_TARGET_TRIPLET}}
40
40
VCPKG_DEFAULT_HOST_TRIPLET : x64-linux
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: build
5
5
env :
6
6
artifact_path : artifact_path
7
7
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8
- SerialPortAssistant_VERSION : v0.5.26
8
+ SerialPortAssistant_VERSION : v0.5.27
9
9
10
10
on :
11
11
push :
Original file line number Diff line number Diff line change 40
40
TOOSL_DIR : ${{github.workspace}}/.cache/tools
41
41
INSTALL_DIR : ${{github.workspace}}/.cache/install_macos
42
42
qt_modules : ${{matrix.qt_modules}}
43
- SerialPortAssistant_VERSION : 0.5.26
43
+ SerialPortAssistant_VERSION : 0.5.27
44
44
artifact_name : build_macos
45
45
VCPKGGITCOMMITID : 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
46
46
Original file line number Diff line number Diff line change 30
30
SOURCE_DIR : ${{github.workspace}}\.cache\source
31
31
TOOSL_DIR : ${{github.workspace}}\.cache\tools
32
32
INSTALL_DIR : ${{github.workspace}}\.cache\install_mingw
33
- SerialPortAssistant_VERSION : v0.5.26
33
+ SerialPortAssistant_VERSION : v0.5.27
34
34
artifact_name : build_mingw
35
35
36
36
# Map the job outputs to step outputs
Original file line number Diff line number Diff line change 42
42
runs-on : windows-latest
43
43
44
44
env :
45
- SerialPortAssistant_VERSION : v0.5.26
45
+ SerialPortAssistant_VERSION : v0.5.27
46
46
SOURCE_DIR : ${{github.workspace}}\.cache\source
47
47
TOOSL_DIR : ${{github.workspace}}\.cache\tools
48
48
INSTALL_DIR : ${{github.workspace}}\.cache\install_${{matrix.qt_arch}}_${{matrix.BUILD_TYPE}}
Original file line number Diff line number Diff line change 26
26
SOURCE_DIR : ${{github.workspace}}/.cache/source
27
27
TOOSL_DIR : ${{github.workspace}}/.cache/tools
28
28
INSTALL_DIR : ${{github.workspace}}/.cache/install_ubuntu_${{matrix.BUILD_TYPE}}
29
- SerialPortAssistant_VERSION : 0.5.26
29
+ SerialPortAssistant_VERSION : 0.5.27
30
30
artifact_name : build_ubuntu
31
31
32
32
# Map the job outputs to step outputs
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ serialportassistant (0.5.27) stable; urgency=medium
14
14
* Modify debian package
15
15
* CI: modify android.yml
16
16
17
- -- Kang Lin <
[email protected] > Fri, 06 Dec 2024
14:37:28 +0800
17
+ -- Kang Lin <
[email protected] > Fri, 06 Dec 2024
15:24:34 +0800
18
18
You can’t perform that action at this time.
0 commit comments