Skip to content

Commit

Permalink
fix(ci): Fix Powershell path separators
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrodger committed Feb 9, 2022
1 parent a2ea32e commit 6c9c04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
dotnet pack -c Release --include-source -p:Version=$VERSION -o ./dist src/PactNet.Abstractions/PactNet.Abstractions.csproj
- name: Push
run: dotnet nuget push ./dist/*.nupkg --source $env:NUGET_FEED --skip-duplicate --api-key ${{ secrets.NUGET_API_KEY }}
run: dotnet nuget push .\dist\*.nupkg --source $env:NUGET_FEED --skip-duplicate --api-key ${{ secrets.NUGET_API_KEY }}

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 6c9c04b

Please sign in to comment.