mirror of https://github.com/PCSX2/pcsx2.git
GHActions: Publish PDB for cmake builds
This commit is contained in:
parent
2aabd54e6a
commit
8cc7343201
|
@ -113,7 +113,6 @@ jobs:
|
||||||
!./bin/**/*.lib
|
!./bin/**/*.lib
|
||||||
|
|
||||||
- name: Upload artifact - with symbols
|
- name: Upload artifact - with symbols
|
||||||
if: inputs.configuration != 'CMake'
|
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.artifact-metadata.outputs.artifact-name }}-symbols
|
name: ${{ steps.artifact-metadata.outputs.artifact-name }}-symbols
|
||||||
|
|
Loading…
Reference in New Issue