Skip to content

Commit 5aa2532

Browse files
authored
Update build.yml
1 parent c4e254f commit 5aa2532

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,9 +14,9 @@ jobs:
1414
with:
1515
dotnet-version: 2.2.207
1616
- name: Test
17-
run: dotnet test --results-directory ./artifacts --logger:trx
17+
run: dotnet test --results-directory ../artifacts --logger:trx
1818
- name: Pack
19-
run: dotnet pack -c Release -o ./artifacts
19+
run: dotnet pack -c Release -o ../artifacts
2020
- name: Artifacts
2121
uses: actions/[email protected]
2222
with:

0 commit comments

Comments
 (0)