Skip to content

Commit 06e6eaf

Browse files
committed
artifacts
1 parent d994134 commit 06e6eaf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-all.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,11 @@ jobs:
2929
- name: Pack with dotnet
3030
run: dotnet pack -c Release BlazorLazyLoading.sln
3131

32+
- name: Upload artifacts
33+
- uses: actions/upload-artifact@v1
34+
with:
35+
name: output
36+
path: output
37+
3238
#- name: Push package to NuGet
3339
# run: dotnet nuget push output/**/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)