This commit is contained in:
Iurii 2024-04-15 21:51:58 +03:00
parent 095c657d63
commit 9967235640
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
steps: steps:
build: - name: build
image: transactcharlie/docker-nuitka image: transactcharlie/docker-nuitka
commands: commands:
- nuitka3 src/main.py -o baloon - nuitka3 src/main.py -o baloon
- ls -lh - ls -lh
- file baloon - file baloon
release: - name: release
# image: woodpeckerci/plugin-gitea-release # image: woodpeckerci/plugin-gitea-release
image: plugins/gitea-release image: plugins/gitea-release
settings: settings: