Skip to content

Commit

Permalink
use linux file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderssonPeter committed Dec 5, 2024
1 parent 7bf8b28 commit 01d84c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
path: '**/*.*nupkg'

- name: Publish
run: dotnet nuget push Dolly\bin\Release\${{ env.REPOSITORY_NAME }}.${{ env.VERSION }}.nupkg --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json
run: dotnet nuget "push Dolly/bin/Release/${{ env.REPOSITORY_NAME }}.${{ env.VERSION }}.nupkg --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json

0 comments on commit 01d84c0

Please sign in to comment.