Skip to content

Commit

Permalink
Don't do whatever that was doing
Browse files Browse the repository at this point in the history
  • Loading branch information
ldpl committed Feb 22, 2024
1 parent 18d1e38 commit e40cf36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@ jobs:
# PDB_FOLDER=$(find symbols -mindepth 2 -type d)
# cp openttd.pdb ${PDB_FOLDER}/
EXE_FOLDER=symbols/openttd.exe/$(grep "INFO CODE_ID" symbols/*/*/openttd.sym | cut -d\ -f3)
mkdir -p ${EXE_FOLDER}
cp openttd.exe ${EXE_FOLDER}/
echo "::endgroup::"
# EXE_FOLDER=symbols/openttd.exe/$(grep "INFO CODE_ID" symbols/*/*/openttd.sym | cut -d\ -f3)
# mkdir -p ${EXE_FOLDER}
# cp openttd.exe ${EXE_FOLDER}/
# echo "::endgroup::"
echo "::group::Cleanup"
# Remove the sha256 files CPack generates; we will do this ourself at
Expand Down

0 comments on commit e40cf36

Please sign in to comment.