去掉下载内容
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Weiming
2026-06-27 11:46:30 +08:00
parent 9805857a60
commit d9997375ee

View File

@@ -15,9 +15,8 @@ trigger:
steps: steps:
- name: package - name: package
image: docker.1ms.run/library/alpine:latest image: docker.1ms.run/library/alpine:3.20
commands: commands:
- apk add --no-cache tar
- mkdir -p dist - mkdir -p dist
- tar czf dist/feishu-approval.tar.gz --exclude=.git --exclude=dist -C . . - tar czf dist/feishu-approval.tar.gz --exclude=.git --exclude=dist -C . .