Skip to content

Commit ddc70ed

Browse files
authored
Update build.yml
1 parent ab57740 commit ddc70ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Test
2525
run: dotnet test --no-build --verbosity normal
2626
- name: Pack
27-
run: dotnet pack -v normal -c Release --include-symbols --include-source
27+
run: dotnet pack -v normal -c Release --include-symbols --include-source -o nupkg
2828
- name: Upload Artifact
2929
uses: actions/upload-artifact@v2
3030
with:

0 commit comments

Comments
 (0)