Skip to content

Commit

Permalink
Update windows-mingw.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s12mmm3 committed Feb 9, 2024
1 parent 8412746 commit 9b15c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b15c76

Please sign in to comment.