Skip to content

Commit

Permalink
ci(artifacts): include .pdb files in archives
Browse files Browse the repository at this point in the history
resolve #70
  • Loading branch information
LGUG2Z committed Nov 3, 2021
1 parent 4d7ccc5 commit c247426
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
path: |
target/${{ matrix.target }}/release/komorebi.exe
target/${{ matrix.target }}/release/komorebic.exe
target/${{ matrix.target }}/release/komorebi.pdb
target/${{ matrix.target }}/release/komorebic.pdb
retention-days: 7
- name: Generate changelog
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit c247426

Please sign in to comment.