Skip to content

Commit

Permalink
ci: mark artifacts in correct workload
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Sep 2, 2022
1 parent b1b92cb commit e716f3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ 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 }}
1 change: 1 addition & 0 deletions .github/workflows/start-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
permissions:
contents: write
with:
artifacts: "Artifacts/*.nupkg"
package-name: AvantiPoint.CodeGenHelpers

0 comments on commit e716f3a

Please # to comment.