We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c16c6 commit 9d3c85bCopy full SHA for 9d3c85b
.github/workflows/build.yml
@@ -14,6 +14,6 @@ jobs:
14
with:
15
dotnet-version: 2.2.207
16
- name: Test
17
- run: dotnet test --results-directory /app/artifacts --logger:trx
+ run: dotnet test --results-directory /home/runner/work/artifacts --logger:trx
18
- name: Pack
19
- run: dotnet pack -c Release -o /app/artifacts
+ run: dotnet pack -c Release -o /home/runner/work/artifacts
0 commit comments