gha: Rename windows files to citymania-client-*

This commit is contained in:
dP
2021-05-04 23:19:22 +03:00
parent 68f64d67f3
commit 092517b32a

View File

@@ -794,8 +794,6 @@ jobs:
echo "::group::Build"
cmake --build .
echo "::group::Rename"
mv bundles/*.zip $(ls bundles/*.zip | sed 's/openttd/citymania-client/')
echo "::endgroup::"
- name: Create bundles
@@ -806,6 +804,10 @@ jobs:
cpack
echo "::endgroup::"
echo "::group::Rename bundles to citymania-client-*"
mv bundles/*.zip $(ls bundles/*.zip | sed 's/openttd/citymania-client/')
echo "::endgroup::"
echo "::group::Prepare PDB to be bundled"
PDB=$(ls bundles/*.zip | cut -d/ -f2 | sed 's/.zip$/.pdb/')
cp openttd.pdb bundles/${PDB}