From de92402a3c3bfb4c16a3d153e5ad802ad915b99d Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sun, 14 Mar 2021 21:17:05 +0100 Subject: [PATCH] =?UTF-8?q?CI=20=20-=20=F0=9F=93=81=20create=20zip=20for?= =?UTF-8?q?=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 282a48a..bf85f3d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,9 +15,10 @@ steps: depends_on: ["clone"] image: node:15.11.0-alpine3.13 commands: - - apk add git -f + - apk add git libzip -f - yarn && cd app && yarn && cd .. - yarn electron:package + - zip -r out/lfk-scanclient-win32-x64.zip out/@lfk-scanclient-win32-x64 - name: gitea_release depends_on: ["run electron packager"] image: plugins/gitea-release @@ -25,7 +26,9 @@ steps: api_key: from_secret: gitea_token base_url: https://git.odit.services - files: out/* + # files: out/* + files: + - out/lfk-scanclient-win32-x64.zip checksum: - md5 - sha1