Skip to content

Commit a3253aa

Browse files
authored
Add step to upload package artifacts in CI workflow
1 parent 6780409 commit a3253aa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@ jobs:
3232

3333
- name: Pack
3434
run: dotnet pack BlockingCollectionExtensions/BlockingCollectionExtensions.csproj --configuration Release --no-build -p:EnablePackageValidation=true -o artifacts
35+
36+
- name: Upload package artifacts
37+
uses: actions/upload-artifact@v4
38+
with:
39+
name: packages
40+
path: artifacts/*

0 commit comments

Comments
 (0)