临时测试
All checks were successful
/ Cache-Java-Test (push) Successful in 13s
/ opt_hostedtoolcache (push) Successful in 12s
/ job1 (push) Successful in 11s
/ job3 (push) Has been skipped
/ job2 (push) Successful in 11s
/ hashFiles (push) Successful in 7s
/ go-hashfiles (push) Successful in 25s

This commit is contained in:
严浩
2024-10-18 11:47:50 +08:00
parent 41e0e05c52
commit 57bf0eaead

View File

@ -4,7 +4,12 @@ on:
jobs:
job1:
runs-on: ubuntu-latest
container: yanhao98/runner-images:pnpm
steps:
- uses: actions/checkout@main
with:
repository: 'https://github.com/actions/checkout.git'
- 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