Skip to content

Commit

Permalink
Merge pull request #289 from TNG/ci/fix-publish-job
Browse files Browse the repository at this point in the history
ci: use correct windows-style path
  • Loading branch information
mak638 authored Aug 19, 2024
2 parents 88752b0 + 1e0da98 commit 0ebfbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ jobs:
fi
- name: Push
if: env.CREATE_RELEASE == 'true'
run: dotnet nuget push nupkgs/*.nupkg --source https://api.nuget.org/v3/index.json --api-key "$env:NUGET_API_KEY"
run: dotnet nuget push .\nupkgs\*.nupkg --source https://api.nuget.org/v3/index.json --api-key "$env:NUGET_API_KEY"
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 comments on commit 0ebfbdf

Please sign in to comment.