From 848c1765962e34e3789273e0095932c326b00082 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Mon, 15 Jul 2024 09:36:38 +0200 Subject: [PATCH] clean up ilk files in cd --- .github/workflows/cd.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 422ca4a..c51a96c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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: |