Skip to content

Commit

Permalink
updated publish bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilliams0305 committed Jul 14, 2024
1 parent bd8a236 commit 9dc6d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
name: Release ${{ needs.build.outputs.Version }}
body: Released via github actions workflow, see repository README.md
generateReleaseNotes: true
artifacts: "bin/nugetPackages/*.nupkg"
artifacts: "bin/nugetPackages/"
prerelease: true
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
name: Release ${{ needs.build.outputs.Version }}
body: Released via github actions workflow, see repository README.md
generateReleaseNotes: true
artifacts: "bin/nugetPackages/*.nupkg"
artifacts: "bin/nugetPackages/"
token: ${{ secrets.GITHUB_TOKEN }}

- name: Push packages to Nuget
Expand Down

0 comments on commit 9dc6d7d

Please sign in to comment.