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 d5b30ca commit df1d4ecCopy full SHA for df1d4ec
.github/workflows/release-tag.yml
@@ -19,5 +19,10 @@ jobs:
19
run: dotnet build -c Release
20
- name: Tests
21
run: dotnet test -c Release --no-build
22
- - name: Pack
+ - name: Pack artifacts
23
run: dotnet pack src -c Release --no-build -o artifacts/
24
+ - name: Collect artifacts
25
+ uses: actions/upload-artifact@v2
26
+ with:
27
+ name: nupkg
28
+ path: artifacts/
0 commit comments