Skip to content

Commit 369e2ba

Browse files
committed
upload repo-scripts/**/dist
1 parent 48b62a7 commit 369e2ba

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ jobs:
5555
- name: yarn build
5656
run: yarn build
5757
- name: Upload build archive
58-
if: ${{ !cancelled() }}
5958
uses: actions/upload-artifact@v4
6059
with:
61-
name: dist
62-
path: packages/**/dist
60+
name: dists
61+
path: |
62+
packages/**/dist
63+
repo-scripts/**/dist
6364
retention-days: ${{ env.artifactRetentionDays }}
6465

6566
test-the-rest:
@@ -70,14 +71,10 @@ jobs:
7071
- uses: actions/checkout@v4
7172
with:
7273
fetch-depth: 0
73-
# install Chrome first, so the correct version of webdriver can be installed by chromedriver when setting up the repo
74-
- name: install Chrome stable
75-
run: |
76-
npx @puppeteer/browsers install chrome@stable
7774
- name: Download build archive
7875
uses: actions/download-artifact@v4
7976
with:
80-
name: dist
77+
name: dists
8178
- uses: actions/setup-node@v4
8279
with:
8380
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)