ci: fix incorrect path add-path
This commit is contained in:
parent
7a20ca7ff9
commit
e44180e13e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
dotnet restore
|
||||
echo "::add-path::${{ env.HOME }}/.dotnet/tools"
|
||||
echo "::add-path::$HOME/.dotnet/tools"
|
||||
- name: Setup Sonarqube Dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
|
|
Loading…
Reference in a new issue