This commit is contained in:
parent
f1834a91d8
commit
e81dfe21cf
|
|
@ -5,13 +5,14 @@ steps:
|
|||
- nuitka3 src/main.py -o baloon
|
||||
- ls -lh
|
||||
- file baloon
|
||||
publish:
|
||||
|
||||
- name: release
|
||||
image: woodpeckerci/plugin-gitea-release
|
||||
settings:
|
||||
base_url: https://git.zunet.ru
|
||||
files:
|
||||
- "baloon"
|
||||
api_key:
|
||||
from_secret: TRELEASE
|
||||
from_secret: db77d55c0ed956c870ca3f6ba6f8f4b09e151b5b
|
||||
target: main
|
||||
title: ${CI_COMMIT_TAG##v}
|
||||
Loading…
Reference in New Issue