Compare commits

..

No commits in common. "0.0.2" and "0.0.1" have entirely different histories.
0.0.2 ... 0.0.1

View File

@ -15,10 +15,9 @@ steps:
depends_on: ["clone"]
image: node:15.11.0-alpine3.13
commands:
- apk add git libzip -f
- apk add git -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
@ -26,9 +25,7 @@ steps:
api_key:
from_secret: gitea_token
base_url: https://git.odit.services
# files: out/*
files:
- out/lfk-scanclient-win32-x64.zip
files: out/*
checksum:
- md5
- sha1