mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-04-21 12:42:03 +00:00
Fix. Cert, remove strange cert folders . (#7619)
* Fix. Cert, remove strange cert folders . https://github.com/rustdesk/rustdesk/discussions/6444#discussioncomment-9010062 Signed-off-by: fufesou <shuanglongchen@yeah.net> * Replace all 1.2.3-1 to 1.2.3-2 Signed-off-by: fufesou <shuanglongchen@yeah.net> * comments 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: "1.2.3-1"
|
||||
default: "1.2.3-2"
|
||||
|
||||
env:
|
||||
CARGO_NDK_VERSION: "3.1.2"
|
||||
@@ -18,11 +18,11 @@ env:
|
||||
# for arm64 linux
|
||||
FLUTTER_ELINUX_VERSION: "3.10.6"
|
||||
FLUTTER_ELINUX_COMMIT_ID: "410b3ca42f2cd0c485edf517a1666652bab442d4"
|
||||
TAG_NAME: "1.2.3-1"
|
||||
TAG_NAME: "1.2.3-2"
|
||||
# vcpkg version: 2023.04.15
|
||||
# for multiarch gcc compatibility
|
||||
VCPKG_COMMIT_ID: "501db0f17ef6df184fcdbfbe0f87cde2313b6ab1"
|
||||
VERSION: "1.2.3-1"
|
||||
VERSION: "1.2.3-2"
|
||||
NDK_VERSION: "r25c"
|
||||
#signing keys env variable checks
|
||||
ANDROID_SIGNING_KEY: '${{ secrets.ANDROID_SIGNING_KEY }}'
|
||||
|
||||
@@ -15,4 +15,4 @@ jobs:
|
||||
secrets: inherit
|
||||
with:
|
||||
upload-artifact: true
|
||||
upload-tag: "1.2.3-1"
|
||||
upload-tag: "1.2.3-2"
|
||||
|
||||
@@ -10,7 +10,7 @@ env:
|
||||
# vcpkg version: 2022.05.10
|
||||
# for multiarch gcc compatibility
|
||||
VCPKG_COMMIT_ID: "501db0f17ef6df184fcdbfbe0f87cde2313b6ab1"
|
||||
VERSION: "1.2.3-1"
|
||||
VERSION: "1.2.3-2"
|
||||
|
||||
jobs:
|
||||
build-for-history-windows:
|
||||
|
||||
Reference in New Issue
Block a user