mirror of
https://github.com/xiaoqidun/phpcp.git
synced 2025-11-27 15:19:46 +08:00
feat(构建脚本): 给run步骤添加命名
This commit is contained in:
@@ -5,7 +5,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
- run: |
|
- name: build zip
|
||||||
|
run: |
|
||||||
apt-get update && apt-get install -y zip && rm -rf /var/lib/apt/lists/*
|
apt-get update && apt-get install -y zip && rm -rf /var/lib/apt/lists/*
|
||||||
zip -r fileadmin.zip *
|
zip -r fileadmin.zip *
|
||||||
- name: upload to cos
|
- name: upload to cos
|
||||||
|
|||||||
Reference in New Issue
Block a user