+
This commit is contained in:
parent
cb7ef4667c
commit
8cc63244de
|
|
@ -5,5 +5,16 @@ steps:
|
||||||
- nuitka3 src/main.py -o baloon
|
- nuitka3 src/main.py -o baloon
|
||||||
- ls -lh
|
- ls -lh
|
||||||
- file baloon
|
- file baloon
|
||||||
|
- name: publish
|
||||||
|
# image: woodpeckerci/plugin-gitea-release
|
||||||
|
image: plugins/gitea-release
|
||||||
|
settings:
|
||||||
|
base_url: https://git.zunet.ru
|
||||||
|
files:
|
||||||
|
- "baloon"
|
||||||
|
api_key:
|
||||||
|
from_secret: SEC1
|
||||||
|
target: main
|
||||||
|
title: ${CI_COMMIT_TAG##v}
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
Loading…
Reference in New Issue