Skip to content

Commit

Permalink
Update main-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benpollarduk authored Dec 21, 2023
1 parent 8bc0950 commit 9b2d4a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:

- name: Store global tools in PATH
run: |
echo "PATH=$PATH:$(dotnet --tool-path)" >> $GITHUB_ENV
echo "::add-path::$PATH"
echo "PATH=$(dotnet --tool-path);$PATH" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "::add-path::$(dotnet --tool-path)"
- name: Build
run: dotnet build

Expand Down

0 comments on commit 9b2d4a0

Please sign in to comment.