This commit is contained in:
Iurii 2024-04-15 21:28:36 +03:00
parent 8fbb9de3a4
commit fce7f8b28b
1 changed files with 5 additions and 5 deletions

View File

@ -5,9 +5,6 @@ steps:
- nuitka3 src/main.py -o baloon - nuitka3 src/main.py -o baloon
- ls -lh - ls -lh
- file baloon - file baloon
when:
- event: push
- event: manual
- name: release - name: release
# image: woodpeckerci/plugin-gitea-release # image: woodpeckerci/plugin-gitea-release
image: plugins/gitea-release image: plugins/gitea-release
@ -21,3 +18,6 @@ steps:
title: Ti ${CI_COMMIT_TAG##v} title: Ti ${CI_COMMIT_TAG##v}
depends_on: depends_on:
- build - build
when:
- event: tag
- ref: refs/tags/v*