From 37fd508bc1b602ffe6f09dcf556e64ef5461420d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= Date: Sat, 10 Jun 2023 21:37:15 +0100 Subject: [PATCH] ci: typo for zip archive creation --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index db8b471..0a8b0d4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,6 +27,6 @@ steps: from_secret: NETLIFY_API_KEY commands: # - git config --global --add safe.directory "/drone/src" - - python3 -m zipfile -c etc.zip um-react.zip dist/. + - python3 -m zipfile -c um-react.zip dist/. - ./scripts/publish.sh - ./scripts/deploy.sh