Skip to content

Commit

Permalink
fixed macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Nov 6, 2023
1 parent 6cbc6b6 commit 6409c4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,12 @@ jobs:
shell: pwsh
run: |
dotnet tool install --global PowerShell
$prependText = "C:\Users\runneradmin\.dotnet\tools"
$prependText = $HOME + "/.dotnet/tools"
$filePath = $env:GITHUB_PATH
$content = Get-Content -Path $filePath
$newContent = $prependText + "`r`n" + $content
$newContent | Set-Content -Path $filePath -Encoding utf8
$newContent
- name: Download Build Output
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 6409c4b

Please sign in to comment.