mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 10:30:28 +00:00
Fix: Restore compression of pdb
This commit is contained in:
parent
3d76677594
commit
1e01982a2e
@ -101,6 +101,7 @@ jobs:
|
|||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
cp build/RelWithDebInfo/openttd.pdb build/bundles/openttd-$(Build.BuildNumber)-windows-$(BundlePlatform).pdb
|
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'
|
displayName: 'Copy PDB to bundles folder'
|
||||||
- template: release-bundles.yml
|
- template: release-bundles.yml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user