16 lines
266 B
YAML
16 lines
266 B
YAML
name: 构建上传工具
|
|
on: [ push ]
|
|
|
|
jobs:
|
|
build-tool:
|
|
env:
|
|
RUNNER_TOOL_CACHE: /toolcache
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: 检出代码
|
|
uses: actions/checkout@v4
|
|
|
|
- name: test
|
|
run: |
|
|
cd ~
|
|
pwd |