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:
fufesou
2024-04-06 16:28:56 +08:00
committed by GitHub
parent a71ec3e0e7
commit b7bdf77760
15 changed files with 289 additions and 89 deletions
+3 -3
View File
@@ -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 }}'
+1 -1
View File
@@ -15,4 +15,4 @@ jobs:
secrets: inherit
with:
upload-artifact: true
upload-tag: "1.2.3-1"
upload-tag: "1.2.3-2"
+1 -1
View File
@@ -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: