Skip to content

Commit

Permalink
upload repo-scripts/**/dist
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed Nov 1, 2024
1 parent 48b62a7 commit 369e2ba
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ jobs:
- name: yarn build
run: yarn build
- name: Upload build archive
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
with:
name: dist
path: packages/**/dist
name: dists
path: |
packages/**/dist
repo-scripts/**/dist
retention-days: ${{ env.artifactRetentionDays }}

test-the-rest:
Expand All @@ -70,14 +71,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# install Chrome first, so the correct version of webdriver can be installed by chromedriver when setting up the repo
- name: install Chrome stable
run: |
npx @puppeteer/browsers install chrome@stable
- name: Download build archive
uses: actions/download-artifact@v4
with:
name: dist
name: dists
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
Expand Down

0 comments on commit 369e2ba

Please sign in to comment.