Skip to content

Commit 524c372

Browse files
committed
fix add-path to GITHUB_PATH
1 parent cee2c43 commit 524c372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
dotnet-version: '3.1.101'
3333
- name: Install dependencies (C#)
34-
run: dotnet tool install -g dotnet-script && echo ::add-path::$HOME/.dotnet/tools
34+
run: dotnet tool install -g dotnet-script && echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
3535

3636
# required only if you want to verify Go code
3737
- name: Install dependencies (Go)

0 commit comments

Comments
 (0)