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