Skip to content

Commit

Permalink
Add symbols upload to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter authored Dec 20, 2024
1 parent d368068 commit 31bf6fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ jobs:
with:
name: Packages (${{ matrix.project }})
path: ./output/*.nupkg

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: Symbols (${{ matrix.project }})
path: ./output/*.snupkg

0 comments on commit 31bf6fc

Please sign in to comment.