clean up ilk files in cd

This commit is contained in:
Green Sky 2024-07-15 09:36:38 +02:00
parent 8490dbe32a
commit 848c176596
No known key found for this signature in database

View File

@ -100,6 +100,12 @@ jobs:
echo "name=dev-${SAFE_NAME}-${SHORT_HASH}" >> $GITHUB_OUTPUT
fi
- name: Clean temporary artifacts
# msvc sometimes produces .ilk files, which are used for linking only
shell: powershell
run: |
Remove-Item "${{github.workspace}}/build/bin/*.ilk"
- name: Compress artifacts
shell: powershell
run: |