Skip to content

Commit 256bb71

Browse files
ci: fix
1 parent 7a563f8 commit 256bb71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/xmake.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
3535
- name: build-releasedbg
3636
run: |
37-
xmake --verbose
37+
xmake b inject --yes --verbose
38+
xmake b shell --yes --verbose
3839
3940
- name: Upload Artifacts
4041
uses: actions/upload-artifact@v4.6.0
@@ -47,6 +48,7 @@ jobs:
4748
run: |
4849
Compress-Archive -Path ./build/windows/* -DestinationPath windows-build-pdb.zip
4950
Remove-Item -Path ./build/windows/x64/releasedbg/*.pdb -Force
51+
Remove-Item -Path ./build/windows/x64/releasedbg/ui.lib -Force
5052
Compress-Archive -Path ./build/windows/* -DestinationPath windows-build.zip
5153
5254
- name: Upload Release Assets

0 commit comments

Comments
 (0)