File tree Expand file tree Collapse file tree 18 files changed +87
-87
lines changed
Expand file tree Collapse file tree 18 files changed +87
-87
lines changed Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-24.04
3232
3333 env :
34- RabbitRemoteControl_VERSION : v0.0.31
34+ RabbitRemoteControl_VERSION : v0.0.32
3535 VCPKGGITCOMMITID : 9f5925e81bbcd9c8c34cc7a8bd25e3c557b582b2
3636 VCPKG_TARGET_TRIPLET : ${{matrix.VCPKG_TARGET_TRIPLET}}
3737 VCPKG_DEFAULT_TRIPLET : ${{matrix.VCPKG_TARGET_TRIPLET}}
Original file line number Diff line number Diff line change 2727 SOURCE_DIR : ${{github.workspace}}/.cache/source
2828 TOOSL_DIR : ${{github.workspace}}/.cache/tools
2929 INSTALL_DIR : ${{github.workspace}}/.cache/install
30- RabbitRemoteControl_VERSION : v0.0.31
30+ RabbitRemoteControl_VERSION : v0.0.32
3131 artifact_name : build_appimage
3232
3333 # Map the job outputs to step outputs
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ name: build
55env :
66 artifact_path : artifact_path
77 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8- RabbitRemoteControl_VERSION : v0.0.31
9- RabbitRemoteControl_VERSION_PRE : v0.0.30
8+ RabbitRemoteControl_VERSION : v0.0.32
9+ RabbitRemoteControl_VERSION_PRE : v0.0.31
1010
1111on :
1212 push :
Original file line number Diff line number Diff line change 2222 INSTALL_DIR : ${{github.workspace}}/.cache/install_ubuntu
2323 DOXYGEN_VERSION : 1.9.8
2424 artifact_name : build_doxygen
25- RabbitRemoteControl_VERSION : v0.0.31
25+ RabbitRemoteControl_VERSION : v0.0.32
2626
2727 # Map the job outputs to step outputs
2828 outputs :
Original file line number Diff line number Diff line change 4242 VCPKG_DEFAULT_TRIPLET : ${{matrix.VCPKG_TARGET_TRIPLET}}
4343 VCPKG_MANIFEST_FEATURES : " freerdp;vnc;wol"
4444 artifact_name : build_macos
45- RabbitRemoteControl_VERSION : v0.0.31
45+ RabbitRemoteControl_VERSION : v0.0.32
4646
4747 # Map the job outputs to step outputs
4848 outputs :
Original file line number Diff line number Diff line change 2727 SOURCE_DIR : ${{github.workspace}}\.cache\source
2828 TOOSL_DIR : ${{github.workspace}}\.cache\tools
2929 INSTALL_DIR : ${{github.workspace}}\.cache\install
30- RabbitRemoteControl_VERSION : v0.0.31
30+ RabbitRemoteControl_VERSION : v0.0.32
3131 artifact_name : build_mingw
3232
3333 # Map the job outputs to step outputs
Original file line number Diff line number Diff line change 5454 CMAKE_GENERATOR_PLATFORM : ${{matrix.CMAKE_GENERATOR_PLATFORM}}
5555 qt_modules : ${{matrix.qt_modules}}
5656 artifact_name : build_msvc
57- RabbitRemoteControl_VERSION : v0.0.31
57+ RabbitRemoteControl_VERSION : v0.0.32
5858
5959 # Map the job outputs to step outputs
6060 outputs :
Original file line number Diff line number Diff line change 2525 SOURCE_DIR : ${{github.workspace}}/.cache/source
2626 TOOSL_DIR : ${{github.workspace}}/.cache/tools
2727 INSTALL_DIR : ${{github.workspace}}/.cache/install
28- RabbitRemoteControl_VERSION : 0.0.31
28+ RabbitRemoteControl_VERSION : 0.0.32
2929 artifact_name : build_ubuntu
3030
3131 # Map the job outputs to step outputs
Original file line number Diff line number Diff line change 22<manifest
33 xmlns : android =" http://schemas.android.com/apk/res/android"
44 package =" org.KangLinStudio.RabbitRemoteControl"
5- android : versionName =" 0.0.31 "
5+ android : versionName =" 0.0.32 "
66 android : versionCode =" 0"
77 android : installLocation =" auto" >
88
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ endif()
134134GET_VERSION(OUT_VERSION RabbitRemoteControl_VERSION
135135 OUT_REVISION RabbitRemoteControl_REVISION)
136136IF (NOT RabbitRemoteControl_VERSION)
137- SET (RabbitRemoteControl_VERSION "0.0.31 " )
137+ SET (RabbitRemoteControl_VERSION "0.0.32 " )
138138ENDIF ()
139139message ("RabbitRemoteControl_VERSION:${RabbitRemoteControl_VERSION} ;Revision:${RabbitRemoteControl_REVISION} " )
140140set (VERSION ${RabbitRemoteControl_VERSION} )
You can’t perform that action at this time.
0 commit comments