Skip to content

Commit

Permalink
Add OS run to artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter authored Dec 20, 2024
1 parent a4be9c9 commit 4de820b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: Packages (${{ matrix.project }})
name: Packages (${{ matrix.project }}, ${{ matrix.os }})
path: ./output/*.nupkg

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

0 comments on commit 4de820b

Please sign in to comment.