From 60ab2d3b60aa0eab035d52370220032f0318106a Mon Sep 17 00:00:00 2001 From: qbnu <93988953+qbnu@users.noreply.github.com> Date: Sun, 18 Jun 2023 22:06:59 -0400 Subject: [PATCH] clean up WICLoader files before uploading artifacts --- .github/actions/upload-some-artifacts/action.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/actions/upload-some-artifacts/action.yml b/.github/actions/upload-some-artifacts/action.yml index 43d0b0e8..5e046275 100644 --- a/.github/actions/upload-some-artifacts/action.yml +++ b/.github/actions/upload-some-artifacts/action.yml @@ -23,6 +23,14 @@ inputs: runs: using: composite steps: + - name: Clean up WICLoader files + shell: bash + if: inputs.build-config == 'Release' + run: | + cd src/JPEGView/bin + rm */*/WICLoader.exp + rm */*/WICLoader.lib + rm */*/WICLoader.pdb - name: Upload No-Install Outputs Only # if not master branch, only upload the extract-and-run artifact if: github.ref_name != inputs.branch-match