Skip to content

Commit 46a2f53

Browse files
ci: fix release upload flow
1 parent 79c0233 commit 46a2f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/xmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
Compress-Archive -Path ./build/windows/* -DestinationPath windows-build-pdb.zip
5050
Remove-Item -Path ./build/windows/x64/releasedbg/*.pdb -Force
51-
Remove-Item -Path ./build/windows/x64/releasedbg/ui.lib -Force
51+
Remove-Item -Path ./build/windows/x64/releasedbg/*.lib -Force
5252
Compress-Archive -Path ./build/windows/* -DestinationPath windows-build.zip
5353
5454
- name: Upload Release Assets

0 commit comments

Comments
 (0)