This commit is contained in:
Iurii 2024-04-14 17:54:44 +03:00
parent f1834a91d8
commit e81dfe21cf
1 changed files with 3 additions and 2 deletions

View File

@ -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}