Skip to content

Commit 9d3c85b

Browse files
authored
Update build.yml
1 parent 28c16c6 commit 9d3c85b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
with:
1515
dotnet-version: 2.2.207
1616
- name: Test
17-
run: dotnet test --results-directory /app/artifacts --logger:trx
17+
run: dotnet test --results-directory /home/runner/work/artifacts --logger:trx
1818
- name: Pack
19-
run: dotnet pack -c Release -o /app/artifacts
19+
run: dotnet pack -c Release -o /home/runner/work/artifacts

0 commit comments

Comments
 (0)