File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@v2
2727 - name : Install dependencies
28- run : yarn install && yarn dist
28+ run : yarn install && yarn build
2929 - name : Upload distribution
3030 if : startsWith(github.ref, 'refs/tags/')
3131 uses : actions/upload-artifact@v1
4646 steps :
4747 - uses : actions/checkout@v2
4848 - name : Install dependencies
49- run : yarn install && yarn dist
49+ run : yarn install && yarn build
5050 - name : Upload distribution
5151 if : startsWith(github.ref, 'refs/tags/')
5252 uses : actions/upload-artifact@v1
6666 steps :
6767 - uses : actions/checkout@v2
6868 - name : Install dependencies
69- run : yarn install && yarn dist
69+ run : yarn install && yarn build
7070 - name : Upload distribution
7171 if : startsWith(github.ref, 'refs/tags/')
7272 uses : actions/upload-artifact@v1
You can’t perform that action at this time.
0 commit comments