Skip to content

Commit 202f2d6

Browse files
committed
ci(workflow): 移除配置文件和README的复制步骤
1 parent 9904a01 commit 202f2d6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ jobs:
121121
tar -czf cert-deploy-${{ steps.version.outputs.VERSION }}.tar.gz cert-deploy-*
122122
echo "通用包大小: $(du -h cert-deploy-${{ steps.version.outputs.VERSION }}.tar.gz)"
123123
124-
# 复制配置文件
125-
cp ../config.yaml .
126-
cp ../README.md .
127-
128124
- name: Generate checksums
129125
run: |
130126
cd release

0 commit comments

Comments
 (0)