Skip to content

Commit

Permalink
error out when no artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshnj committed Oct 29, 2024
1 parent 001bf42 commit 8c93893
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: packages
path: .nuget/*
path: .nuget/packages/*
if-no-files-found: error

0 comments on commit 8c93893

Please sign in to comment.