Files
act-runner-example/.github/workflows/临时测试.yaml
严浩 e0838e1647
All checks were successful
/ Cache-Java-Test (push) Successful in 13s
/ opt_hostedtoolcache (push) Successful in 12s
/ hashFiles (push) Successful in 7s
/ go-hashfiles (push) Successful in 25s
/ job3 (push) Has been skipped
/ job2 (push) Successful in 11s
/ job1 (push) Successful in 3m37s
临时测试
2024-10-18 11:49:33 +08:00

18 lines
412 B
YAML

on:
push:
jobs:
job1:
runs-on: ubuntu-latest
container: yanhao98/runner-images:pnpm
steps:
- run: git clone https://github.com/vuejs/devtools-next.git
- 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