feat(构建脚本): 给run步骤添加命名

This commit is contained in:
2025-11-27 15:19:06 +08:00
parent 8994f7408b
commit 02f44cadf7

View File

@@ -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