CI - 📁 create zip for release
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build is failing

This commit is contained in:
Philipp Dormann 2021-03-14 21:17:05 +01:00
parent f4037c78ca
commit de92402a3c

View File

@ -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