Skip to content

Commit

Permalink
ci: fixing artifact path for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Oct 6, 2023
1 parent db3dae8 commit e3227b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/start-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,5 @@ jobs:
contents: write
with:
package-name: Prism.Core
artifacts: "Artifacts/*.nupkg,Artifacts/*.snupkg,Artifacts/*.zip"
artifacts: "Artifacts/NuGet/*.nupkg,Artifacts/NuGet/*.snupkg,Artifacts/*.zip"
zipPath: 'Artifacts/Release'

0 comments on commit e3227b6

Please sign in to comment.