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 24, 2024
1 parent 68dd291 commit 190c6fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/build-windows-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,7 @@ runs:
uses: ./.github/actions/upload-artifacts
with:
artifacts-dir: ${{ inputs.artifacts-dir }}
target-file: target/${{ inputs.arch }}/${{ inputs.cargo-profile }}/greptime
target-file: |
target/${{ inputs.arch }}/${{ inputs.cargo-profile }}/greptime
target/${{ inputs.arch }}/${{ inputs.cargo-profile }}/greptime.pdb
version: ${{ inputs.version }}

0 comments on commit 190c6fe

Please sign in to comment.