We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9904a01 commit 202f2d6Copy full SHA for 202f2d6
.github/workflows/release.yml
@@ -121,10 +121,6 @@ jobs:
121
tar -czf cert-deploy-${{ steps.version.outputs.VERSION }}.tar.gz cert-deploy-*
122
echo "通用包大小: $(du -h cert-deploy-${{ steps.version.outputs.VERSION }}.tar.gz)"
123
124
- # 复制配置文件
125
- cp ../config.yaml .
126
- cp ../README.md .
127
-
128
- name: Generate checksums
129
run: |
130
cd release
0 commit comments