From 06a99271f1daeb1ac5896bba7f021a211a41aa55 Mon Sep 17 00:00:00 2001 From: Jixun Wu 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