Fix: Restore compression of pdb

desync-debugging
glx22 4 years ago committed by Charles Pigott
parent 3d76677594
commit 1e01982a2e

@ -101,6 +101,7 @@ jobs:
set -ex
cp build/RelWithDebInfo/openttd.pdb build/bundles/openttd-$(Build.BuildNumber)-windows-$(BundlePlatform).pdb
xz -9 build/bundles/openttd-$(Build.BuildNumber)-windows-$(BundlePlatform).pdb
displayName: 'Copy PDB to bundles folder'
- template: release-bundles.yml

Loading…
Cancel
Save