Skip to content

Commit

Permalink
paths for real
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Sep 5, 2022
1 parent eac8c02 commit 02a7f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
with:
artifacts: build/bin/pkgs/*.nupkg
artifacts: bin/pkgs/*.nupkg
token: ${{ secrets.GITHUB_TOKEN }}
body: ${{ steps.changelog_reader.outputs.log_entry }}

- name: Push packages
run: dotnet nuget push build/bin/pkgs/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_KEY }}
run: dotnet nuget push bin/pkgs/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_KEY }}

0 comments on commit 02a7f9b

Please sign in to comment.