File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v2
27
27
- name : Install dependencies
28
- run : yarn install && yarn dist
28
+ run : yarn install && yarn build
29
29
- name : Upload distribution
30
30
if : startsWith(github.ref, 'refs/tags/')
31
31
uses : actions/upload-artifact@v1
46
46
steps :
47
47
- uses : actions/checkout@v2
48
48
- name : Install dependencies
49
- run : yarn install && yarn dist
49
+ run : yarn install && yarn build
50
50
- name : Upload distribution
51
51
if : startsWith(github.ref, 'refs/tags/')
52
52
uses : actions/upload-artifact@v1
66
66
steps :
67
67
- uses : actions/checkout@v2
68
68
- name : Install dependencies
69
- run : yarn install && yarn dist
69
+ run : yarn install && yarn build
70
70
- name : Upload distribution
71
71
if : startsWith(github.ref, 'refs/tags/')
72
72
uses : actions/upload-artifact@v1
You can’t perform that action at this time.
0 commit comments