File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -54,17 +54,13 @@ jobs:
54
54
cp config/ci.config.json config/project.json
55
55
- name : yarn build
56
56
run : yarn build
57
- - name : Archive build
58
- if : ${{ !cancelled() }}
59
- run : |
60
- tar -czvf dists.tar.gz $(find packages -name dist -type d)
61
57
- name : Upload build archive
62
58
if : ${{ !cancelled() }}
63
59
uses : actions/upload-artifact@v4
64
60
with :
65
- name : dists.tar.gz
66
- path : dists.tar.gz
67
- retention-days : ${{ env.artifactRetentionDays }}
61
+ name : dist
62
+ path : packages/**/dist
63
+ retention-days : ${{ env.artifactRetentionDays }}
68
64
69
65
test-the-rest :
70
66
name : (bulk) Node.js and Browser (Chrome) Tests
81
77
- name : Download build archive
82
78
uses : actions/download-artifact@v4
83
79
with :
84
- name : dists.tar.gz
85
- - name : Unzip build artifact
86
- run : tar xf dists.tar.gz
80
+ name : dist
87
81
- uses : actions/setup-node@v4
88
82
with :
89
83
node-version-file : ' .nvmrc'
You can’t perform that action at this time.
0 commit comments