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 5aa2532 commit 07d0d23Copy full SHA for 07d0d23
.github/workflows/build.yml
@@ -14,11 +14,11 @@ jobs:
14
with:
15
dotnet-version: 2.2.207
16
- name: Test
17
- run: dotnet test --results-directory ../artifacts --logger:trx
+ run: dotnet test --results-directory ./artifacts --logger:trx
18
- name: Pack
19
- run: dotnet pack -c Release -o ../artifacts
+ run: dotnet pack -c Release -o ./artifacts
20
- name: Artifacts
21
uses: actions/[email protected]
22
23
name: artifacts
24
- path: artifacts
+ path: ./artifacts
0 commit comments