mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
fix: use $HOME to set path on Windows PowerShell
This commit is contained in:
parent
27435a1182
commit
de1b18ec79
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ runs:
|
|||
|
||||
- name: Set environment variable
|
||||
if: runner.os == 'Windows'
|
||||
run: echo "~/.aftman/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||
run: echo "$HOME/.aftman/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||
shell: powershell
|
||||
|
||||
- name: Set environment variable
|
||||
|
|
Loading…
Reference in a new issue