mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-25 15:15: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: |
|
run: |
|
||||||
copy /Y dep\msvc\bin64\*.* bin\x64
|
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
|
- name: Upload release archive
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue