Skip to content

Commit 07d0d23

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ 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:
2323
name: artifacts
24-
path: artifacts
24+
path: ./artifacts

0 commit comments

Comments
 (0)