Skip to content

Commit 0b01d72

Browse files
committed
fix: release build.yml
1 parent bd56f97 commit 0b01d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
run: |
157157
cd build
158158
mv "StandaloneWindows64" "uDesktopMascot"
159-
zip -r "${{ steps.build_info.outputs.artifact_name }}.zip" *
159+
Compress-Archive -Path "uDesktopMascot\*" -DestinationPath "${{ steps.build_info.outputs.artifact_name }}.zip"
160160
cd ..
161161
mv "build/${{ steps.build_info.outputs.artifact_name }}.zip" "./${{ steps.build_info.outputs.artifact_name }}.zip"
162162

0 commit comments

Comments
 (0)