Skip to content

Commit

Permalink
Incorrect path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jb-preston-jennings committed Sep 22, 2023
1 parent acc2103 commit c172b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vinyl-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/jitterbit/index.json"

- name: Upload to nuget packages
run: dotnet nuget push *.nupkg --source "github"
run: dotnet nuget push "artifacts/packages/Release/*.nupkg" --source "github"

0 comments on commit c172b70

Please sign in to comment.