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