Skip to content

Commit 4271b19

Browse files
committed
updated action to preapare for spfx package
1 parent 11aef5e commit 4271b19

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ jobs:
3232
if: github.repository == 'microsoftgraph/microsoft-graph-toolkit'
3333
env:
3434
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35+
- name: Upload a Build Artifact - mgt-spfx Solution
36+
uses: actions/upload-artifact@v2
37+
with:
38+
name: mgt-spfx solution
39+
path: packages/mgt-spfx/sharepoint/*

0 commit comments

Comments
 (0)