mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-25 07:05:40 +00:00
CI: Remove pdbs/libs/etc from directory before uploading Windows builds
This commit is contained in:
parent
585c90df64
commit
b255dfb439
9
.github/workflows/windows-build.yml
vendored
9
.github/workflows/windows-build.yml
vendored
|
@ -27,6 +27,15 @@ jobs:
|
|||
run: |
|
||||
copy /Y dep\msvc\bin64\*.* bin\x64
|
||||
|
||||
- name: Remove extra bloat before archiving
|
||||
shell: cmd
|
||||
run: |
|
||||
del /Q bin\x64\*.pdb
|
||||
del /Q bin\x64\*.exp
|
||||
del /Q bin\x64\*.lib
|
||||
del /Q bin\x64\*.iobj
|
||||
del /Q bin\x64\*.ipdb
|
||||
|
||||
- name: Upload release archive
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue