Skip to content

Commit

Permalink
Removes the debugging/linking files for WICLoader before uploading re…
Browse files Browse the repository at this point in the history
…lease artifacts

Merge PR #212 by https://github.com/qbnu
  • Loading branch information
sylikc committed Jun 29, 2023
2 parents 4ac3ce3 + 6ec3de2 commit 1e8a164
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/upload-some-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e8a164

Please sign in to comment.