Skip to content

Commit

Permalink
updated action to preapare for spfx package
Browse files Browse the repository at this point in the history
  • Loading branch information
nmetulev committed Feb 9, 2021
1 parent 11aef5e commit 4271b19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ jobs:
if: github.repository == 'microsoftgraph/microsoft-graph-toolkit'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Upload a Build Artifact - mgt-spfx Solution
uses: actions/upload-artifact@v2
with:
name: mgt-spfx solution
path: packages/mgt-spfx/sharepoint/*

0 comments on commit 4271b19

Please sign in to comment.