We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9156be commit e1b3d87Copy full SHA for e1b3d87
.github/workflows/windows.yml
@@ -98,11 +98,11 @@ jobs:
98
windeployqt --qmldir . --no-translations --compiler-runtime ${{ env.BUILD_TYPE }}\bin\Test.exe
99
windeployqt --qmldir . --no-translations --compiler-runtime ${{ env.BUILD_TYPE }}\bin\ApiServer.exe
100
# 打包zip
101
- Compress-Archive -Path ${{ env.BUILD_TYPE }}\* ${env:archiveName}'.zip'
+ Compress-Archive -Path ${{ env.BUILD_TYPE }}\* ${{ env.archiveName }}'.zip'
102
Tree ${{ env.BUILD_TYPE }} /F
103
104
# 记录packageName给后续step
105
- $name = ${env:archiveName}
+ $name = ${{ env.archiveName }}
106
echo "::set-output name=packageName::$name"
107
ls
108
# tag 查询github-Release
0 commit comments