From 9b15c766ec4b3b71d61f46a3e84dfff0e4df1126 Mon Sep 17 00:00:00 2001 From: overwri <1037152726@qq.com> Date: Fri, 9 Feb 2024 09:49:21 +0800 Subject: [PATCH] Update windows-mingw.yml --- .github/workflows/windows-mingw.yml | 2 +- .github/workflows/windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-mingw.yml b/.github/workflows/windows-mingw.yml index f3ec909..a960c6b 100644 --- a/.github/workflows/windows-mingw.yml +++ b/.github/workflows/windows-mingw.yml @@ -100,7 +100,7 @@ jobs: windeployqt ${{ env.assume }} --qmldir . --no-translations --compiler-runtime ${{ env.BUILD_TYPE }}\bin\Test.exe windeployqt ${{ env.assume }} --qmldir . --no-translations --compiler-runtime ${{ env.BUILD_TYPE }}\bin\ApiServer.exe # 打包zip - Compress-Archive -Path ${{ env.BUILD_TYPE }}\* ${{ env.archiveName }} + 7z a -tzip ${{ env.archiveName }} ${{ env.BUILD_TYPE }}\* Tree ${{ env.BUILD_TYPE }} /F ls # tag 查询github-Release diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 02f9fca..126e5a2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -98,7 +98,7 @@ jobs: windeployqt ${{ env.assume }} --qmldir . --no-translations --compiler-runtime ${{ env.BUILD_TYPE }}\bin\Test.exe windeployqt ${{ env.assume }} --qmldir . --no-translations --compiler-runtime ${{ env.BUILD_TYPE }}\bin\ApiServer.exe # 打包zip - Compress-Archive -Path ${{ env.BUILD_TYPE }}\* ${{ env.archiveName }} + 7z a -tzip ${{ env.archiveName }} ${{ env.BUILD_TYPE }}\* Tree ${{ env.BUILD_TYPE }} /F ls # tag 查询github-Release