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 dcc4c4c commit 7cad084Copy full SHA for 7cad084
.github/workflows/build.yml
@@ -19,13 +19,10 @@ jobs:
19
dotnet-version: 8.0.x
20
- name: Restore dependencies
21
run: dotnet restore
22
- working-directory: src
23
- name: Build
24
run: dotnet build --no-restore -c Release
25
26
- name: Pack
27
- run: dotnet pack -c Release -o ../nupkgs --no-build
28
+ run: dotnet pack -c Release -o nupkgs --no-build
29
- name: Upload artifact
30
uses: actions/upload-artifact@v3
31
with:
0 commit comments