Skip to content

Commit

Permalink
ci: upload .pdb files too for better windows debug (#5224)
Browse files Browse the repository at this point in the history
ci: upload .pdb files too
  • Loading branch information
discord9 authored Dec 25, 2024
1 parent c96903e commit 6a46f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-windows-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 6a46f39

Please sign in to comment.