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 bd56f97 commit 0b01d72Copy full SHA for 0b01d72
.github/workflows/release-build.yml
@@ -156,7 +156,7 @@ jobs:
156
run: |
157
cd build
158
mv "StandaloneWindows64" "uDesktopMascot"
159
- zip -r "${{ steps.build_info.outputs.artifact_name }}.zip" *
+ Compress-Archive -Path "uDesktopMascot\*" -DestinationPath "${{ steps.build_info.outputs.artifact_name }}.zip"
160
cd ..
161
mv "build/${{ steps.build_info.outputs.artifact_name }}.zip" "./${{ steps.build_info.outputs.artifact_name }}.zip"
162
0 commit comments