Skip to content

Commit b40b4c6

Browse files
committed
Add packages as artifacts.
1 parent d3670ce commit b40b4c6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,12 @@ jobs:
2626
run: dotnet pack --output .
2727
- name: List
2828
run: ls -l *.nupkg
29+
- name: Archive packages
30+
uses: actions/upload-artifact@v4
31+
with:
32+
name: packages
33+
path: *.nupkg
34+
if-no-files-found: error
35+
retention-days: 30
2936
# - name: Publish
3037
# run: dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)