Skip to content

Commit

Permalink
ci: fix artifact input
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Sep 2, 2022
1 parent 2458e8c commit b1b92cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
publish-release:
uses: avantipoint/workflow-templates/.github/workflows/deploy-nuget-from-release.yml@master
with:
artifacts: "Artifacts/*.nupkg"
secrets:
apiKey: ${{ secrets.NUGET_API_KEY }}
artifacts: "Artifacts/*.nupkg"
artifactErrorsFailBuild: false

0 comments on commit b1b92cb

Please # to comment.