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