Skip to content

Commit

Permalink
chore: fix devtools action
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Apr 25, 2023
1 parent a85db46 commit b5c20bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install Puppeteer
working-directory: devtools-frontend
run: |
puppeteer_pkgs=(puppeteer-*.tgz)
puppeteer_pkgs=(../puppeteer-*.tgz)
tar -xf ${puppeteer_pkgs[0]} --strip-components 1 -C node_modules/puppeteer
tar -xf ${puppeteer_pkgs[1]} --strip-components 1 -C node_modules/puppeteer-core
- name: Generate targets
Expand Down

0 comments on commit b5c20bd

Please sign in to comment.