We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6780409 commit a3253aaCopy full SHA for a3253aa
1 file changed
.github/workflows/ci.yml
@@ -32,3 +32,9 @@ jobs:
32
33
- name: Pack
34
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