From 1c92079320f1c1db3c1c5e19bbb8296d7d0ff495 Mon Sep 17 00:00:00 2001 From: amass <168062547@qq.com> Date: Wed, 6 Nov 2024 00:36:33 +0800 Subject: [PATCH] fix ci upload file. --- .gitea/workflows/release_windows.yaml | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release_windows.yaml b/.gitea/workflows/release_windows.yaml index f70876b..54e31b0 100644 --- a/.gitea/workflows/release_windows.yaml +++ b/.gitea/workflows/release_windows.yaml @@ -30,4 +30,4 @@ jobs: with: body_path: build/CHANGELOG.txt files: |- - build/SmartLockerTools_${{ env.tag }}.zip \ No newline at end of file + build/SmartLockerTools_v*.zip \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 608675c..ae175c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ if(WIN32) else() set(MBEDTLS_ROOT ${Libraries_ROOT}/mbedtls-3.6.2_msvc2022_64bit_debug) endif() - + add_compile_options(/showIncludes-) else() execute_process( COMMAND sh -c "echo $HOME"