Compare commits

..

No commits in common. "9584719d4dcb3d3114151fd2837f5b5e2894958f" and "39afd5c47a43c0da51e826990ca2334bd053620e" have entirely different histories.

View File

@ -31,11 +31,11 @@ steps:
- mksquashfs squashfs-root slax/modules/lfkscan.sb -b 1024k -comp xz -Xbcj x86 -e boot - mksquashfs squashfs-root slax/modules/lfkscan.sb -b 1024k -comp xz -Xbcj x86 -e boot
- rm -rf squashfs-root out electron.zip - rm -rf squashfs-root out electron.zip
- mkdir dist - mkdir dist
- zip -r dist/lfk-scanclient-live_${CI_COMMIT_TAG}_x64.zip slax - zip -r dist/lfk-scanclient-live_${DRONE_TAG}_x64.zip slax
- name: gitea_release - name: gitea_release
image: plugins/gitea-release image: plugins/gitea-release
settings: settings:
title: Release ${CI_COMMIT_TAG} title: Release ${DRONE_TAG}
api_key: api_key:
from_secret: gitea_token from_secret: gitea_token
base_url: https://git.odit.services base_url: https://git.odit.services