Skip to content

Commit c4e254f

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

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
with:
1515
dotnet-version: 2.2.207
1616
- name: Test
17-
run: dotnet test --results-directory /home/runner/work/artifacts --logger:trx
17+
run: dotnet test --results-directory ./artifacts --logger:trx
1818
- name: Pack
19-
run: dotnet pack -c Release -o /home/runner/work/artifacts
19+
run: dotnet pack -c Release -o ./artifacts
20+
- name: Artifacts
21+
uses: actions/[email protected]
22+
with:
23+
name: artifacts
24+
path: artifacts

0 commit comments

Comments
 (0)