Skip to content

Commit e1b3d87

Browse files
committed
Update windows.yml
1 parent c9156be commit e1b3d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ jobs:
9898
windeployqt --qmldir . --no-translations --compiler-runtime ${{ env.BUILD_TYPE }}\bin\Test.exe
9999
windeployqt --qmldir . --no-translations --compiler-runtime ${{ env.BUILD_TYPE }}\bin\ApiServer.exe
100100
# 打包zip
101-
Compress-Archive -Path ${{ env.BUILD_TYPE }}\* ${env:archiveName}'.zip'
101+
Compress-Archive -Path ${{ env.BUILD_TYPE }}\* ${{ env.archiveName }}'.zip'
102102
Tree ${{ env.BUILD_TYPE }} /F
103103
104104
# 记录packageName给后续step
105-
$name = ${env:archiveName}
105+
$name = ${{ env.archiveName }}
106106
echo "::set-output name=packageName::$name"
107107
ls
108108
# tag 查询github-Release

0 commit comments

Comments
 (0)