Skip to content

Commit

Permalink
[CD TEST] Change directory separator character
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusOtter committed Dec 16, 2019
1 parent d2db84e commit 74ec14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
nuget sources Add -Name "GPR" -Source "https://nuget.pkg.github.com/lemorrow/index.json" -UserName LeMorrow -Password ${{ secrets.GITHUB_TOKEN }}
nuget setApiKey ${{ secrets.NUGET_API_KEY }} -Source "GPR"
nuget push nupkg\*.nupkg -Source "GPR" -SkipDuplicate
nuget push nupkg/*.nupkg -Source "GPR" -SkipDuplicate
# Generates the documentation with DocFX and uploads the static website as an artifact
generate_docs:
Expand Down

0 comments on commit 74ec14e

Please sign in to comment.