临时测试
This commit is contained in:
11
.github/workflows/临时测试.yaml
vendored
11
.github/workflows/临时测试.yaml
vendored
@@ -4,7 +4,12 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
job1:
|
job1:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container: yanhao98/runner-images:pnpm
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- run: git clone https://github.com/vuejs/devtools-next.git
|
||||||
with:
|
- run: cd devtools-next
|
||||||
repository: 'https://github.com/actions/checkout.git'
|
- 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
|
||||||
|
Reference in New Issue
Block a user