fix ci upload file.
Some checks failed
Build Applications / PullDocker (push) Successful in 3s
Build Applications / Build (push) Successful in 2m14s
Deploy Release / Build (push) Successful in 2m16s
Windows CI / build (push) Successful in 4m41s
Release tag / build (push) Failing after 11s

This commit is contained in:
amass 2024-11-06 00:36:33 +08:00
parent 2a69cdc84b
commit 1c92079320
2 changed files with 2 additions and 2 deletions

View File

@ -30,4 +30,4 @@ jobs:
with: with:
body_path: build/CHANGELOG.txt body_path: build/CHANGELOG.txt
files: |- files: |-
build/SmartLockerTools_${{ env.tag }}.zip build/SmartLockerTools_v*.zip

View File

@ -17,7 +17,7 @@ if(WIN32)
else() else()
set(MBEDTLS_ROOT ${Libraries_ROOT}/mbedtls-3.6.2_msvc2022_64bit_debug) set(MBEDTLS_ROOT ${Libraries_ROOT}/mbedtls-3.6.2_msvc2022_64bit_debug)
endif() endif()
add_compile_options(/showIncludes-)
else() else()
execute_process( execute_process(
COMMAND sh -c "echo $HOME" COMMAND sh -c "echo $HOME"