From e0838e1647a779a87a893ef521266ecee7d406b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 18 Oct 2024 11:49:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/临时测试.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/临时测试.yaml b/.github/workflows/临时测试.yaml index 8e3867f..34760ce 100644 --- a/.github/workflows/临时测试.yaml +++ b/.github/workflows/临时测试.yaml @@ -7,9 +7,11 @@ jobs: container: yanhao98/runner-images:pnpm steps: - run: git clone https://github.com/vuejs/devtools-next.git - - run: cd devtools-next - - run: pnpm install - - run: pnpm run build:firefox-extension - - run: pnpm run zip - - run: ls dist - - run: mv dist/devtools-firefox.zip dist/devtools-firefox@v0.0.0.zip + - run: | + set -x + cd devtools-next + pnpm install + pnpm run build:firefox-extension + pnpm run zip + ls dist + mv dist/devtools-firefox.zip dist/devtools-firefox@v0.0.0.zip