We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d994134 commit 06e6eafCopy full SHA for 06e6eaf
.github/workflows/build-all.yml
@@ -29,5 +29,11 @@ jobs:
29
- name: Pack with dotnet
30
run: dotnet pack -c Release BlazorLazyLoading.sln
31
32
+ - name: Upload artifacts
33
+ - uses: actions/upload-artifact@v1
34
+ with:
35
+ name: output
36
+ path: output
37
+
38
#- name: Push package to NuGet
39
# run: dotnet nuget push output/**/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
0 commit comments