fix(ci): Switched to non-drone env vars

This commit is contained in:
Nicolai Ort 2024-02-13 17:26:33 +01:00
parent 397f9492d9
commit ef58a03a92
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 2 additions and 2 deletions

View File

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