mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-04-21 12:42:03 +00:00
update tao and tray-icon (#7194)
* update tao and tray-icon Signed-off-by: fufesou <shuanglongchen@yeah.net> * fix build Signed-off-by: fufesou <shuanglongchen@yeah.net> * change upload tag Signed-off-by: fufesou <shuanglongchen@yeah.net> * force TAG_NAME to 1.2.3-1 Signed-off-by: fufesou <shuanglongchen@yeah.net> --------- Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
||||
default: true
|
||||
upload-tag:
|
||||
type: string
|
||||
default: "nightly"
|
||||
default: "1.2.3-1"
|
||||
|
||||
env:
|
||||
CARGO_NDK_VERSION: "3.1.2"
|
||||
@@ -18,7 +18,7 @@ env:
|
||||
# for arm64 linux
|
||||
FLUTTER_ELINUX_VERSION: "3.10.6"
|
||||
FLUTTER_ELINUX_COMMIT_ID: "410b3ca42f2cd0c485edf517a1666652bab442d4"
|
||||
TAG_NAME: "${{ inputs.upload-tag }}"
|
||||
TAG_NAME: "1.2.3-1"
|
||||
# vcpkg version: 2023.04.15
|
||||
# for multiarch gcc compatibility
|
||||
VCPKG_COMMIT_ID: "501db0f17ef6df184fcdbfbe0f87cde2313b6ab1"
|
||||
|
||||
Reference in New Issue
Block a user