Skip to content

Commit df1d4ec

Browse files
committed
ci: Collect artifacts
1 parent d5b30ca commit df1d4ec

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release-tag.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,10 @@ jobs:
1919
run: dotnet build -c Release
2020
- name: Tests
2121
run: dotnet test -c Release --no-build
22-
- name: Pack
22+
- name: Pack artifacts
2323
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

Comments
 (0)