CI - 📁 create zip for release
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user