Skip to content

Commit

Permalink
chore: flatten the publish paths for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed May 22, 2024
1 parent c06c2dc commit b031758
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/step-dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: release-packages
if-no-files-found: error
path: |
**/Release/**/*.nupkg
**/Release/**/*.snupkg
**/*.nupkg
**/*.snupkg

0 comments on commit b031758

Please sign in to comment.