17 lines
398 B
YAML
17 lines
398 B
YAML
steps:
|
|
- name: build
|
|
image: transactcharlie/docker-nuitka
|
|
commands:
|
|
- nuitka3 src/main.py -o baloon
|
|
- ls -lh
|
|
- file baloon
|
|
publish:
|
|
image: woodpeckerci/plugin-gitea-release
|
|
settings:
|
|
base_url: https://git.zunet.ru
|
|
files:
|
|
- "baloon"
|
|
api_key:
|
|
from_secret: TRELEASE
|
|
target: main
|
|
title: ${CI_COMMIT_TAG##v} |