Skip to content

Commit

Permalink
Update publish-csharp-apidocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn authored Nov 18, 2024
1 parent 9714be5 commit 4257efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-csharp-apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
dotnet tool update -g docfx
- name: Update PATH
run: |
Add-Content -Value "%USERPROFILE%\.dotnet\tools" -Encoding utf8 -Path $env:GITHUB_PATH
Add-Content -Value "$env:USERPROFILE\.dotnet\tools" -Encoding utf8 -Path $env:GITHUB_PATH
- name: echo PATH
run: |
Write-Host $env:path
Expand Down

0 comments on commit 4257efc

Please sign in to comment.