ci: upload .pdb files too for better windows debug (#5224)

ci: upload .pdb files too
This commit is contained in:
discord9
2024-12-25 16:10:57 +08:00
committed by Yingwen
parent be81f0db5a
commit fe63a620ef

View File

@@ -76,5 +76,5 @@ runs:
uses: ./.github/actions/upload-artifacts
with:
artifacts-dir: ${{ inputs.artifacts-dir }}
target-files: target/${{ inputs.arch }}/${{ inputs.cargo-profile }}/greptime
target-files: target/${{ inputs.arch }}/${{ inputs.cargo-profile }}/greptime,target/${{ inputs.arch }}/${{ inputs.cargo-profile }}/greptime.pdb
version: ${{ inputs.version }}