From b5c20bd4065558fc4395a1d25ee07982a942c840 Mon Sep 17 00:00:00 2001 From: Randolf Date: Tue, 25 Apr 2023 15:20:52 +0200 Subject: [PATCH] chore: fix devtools action --- .github/workflows/devtools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devtools.yml b/.github/workflows/devtools.yml index 34361c5aebf..8ca352e702a 100644 --- a/.github/workflows/devtools.yml +++ b/.github/workflows/devtools.yml @@ -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