We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a563f8 commit 256bb71Copy full SHA for 256bb71
.github/workflows/xmake.yml
@@ -34,7 +34,8 @@ jobs:
34
35
- name: build-releasedbg
36
run: |
37
- xmake --verbose
+ xmake b inject --yes --verbose
38
+ xmake b shell --yes --verbose
39
40
- name: Upload Artifacts
41
uses: actions/upload-artifact@v4.6.0
@@ -47,6 +48,7 @@ jobs:
47
48
49
Compress-Archive -Path ./build/windows/* -DestinationPath windows-build-pdb.zip
50
Remove-Item -Path ./build/windows/x64/releasedbg/*.pdb -Force
51
+ Remove-Item -Path ./build/windows/x64/releasedbg/ui.lib -Force
52
Compress-Archive -Path ./build/windows/* -DestinationPath windows-build.zip
53
54
- name: Upload Release Assets
0 commit comments