Skip to content

Commit

Permalink
Fix release nupkg location
Browse files Browse the repository at this point in the history
  • Loading branch information
clibequilibrium committed Sep 17, 2024
1 parent bec0146 commit bf906be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: "Upload packages to NuGet"
env:
NUGET_ACCESS_TOKEN: ${{ secrets.NUGET_ACCESS_TOKEN }}
run: dotnet nuget push "./src/cs/production/**/*.nupkg" --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key $NUGET_ACCESS_TOKEN
run: dotnet nuget push "./artifacts/package/release/*.nupkg" --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key $NUGET_ACCESS_TOKEN

- name: "Create tag and GitHub release"
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit bf906be

Please sign in to comment.