Skip to content

Commit f84d78e

Browse files
committed
Update build-and-deploy.yml
1 parent a1410a1 commit f84d78e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ jobs:
111111
cd packager
112112
dotnet pack --output nupkgs
113113
114+
- name: Upload NuGet as artifact
115+
uses: actions/upload-artifact@v2
116+
with:
117+
name: nuget
118+
path: packager/nupkgs
119+
114120
- name: Struct of folder
115121
run: |
116122
cd packager

0 commit comments

Comments
 (0)