clean up ilk files in cd
This commit is contained in:
parent
8490dbe32a
commit
848c176596
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
@ -100,6 +100,12 @@ jobs:
|
|||||||
echo "name=dev-${SAFE_NAME}-${SHORT_HASH}" >> $GITHUB_OUTPUT
|
echo "name=dev-${SAFE_NAME}-${SHORT_HASH}" >> $GITHUB_OUTPUT
|
||||||
fi
|
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
|
- name: Compress artifacts
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user