Skip to content

Commit

Permalink
make artifact name unique per OS
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Aug 27, 2024
1 parent 7a67c5a commit a08ee4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Publish Artifacts
uses: actions/upload-artifact@v4
with:
name: NugetPackages
name: NugetPackages (${{ matrix.os }})
path: artifacts/*.nupkg
if: github.event_name == 'pull_request'
publish-test-results:
Expand Down

0 comments on commit a08ee4a

Please sign in to comment.