Delete .woodpecker/release.yml

This commit is contained in:
gigirassy
2026-06-17 02:57:16 +02:00
parent 2389516c04
commit 73d1f48340
-22
View File
@@ -1,22 +0,0 @@
when:
event: [tag]
steps:
- name: build-static
image: kgrv/rust:latest
commands:
- RUSTFLAGS="-Ctarget-feature=+crt-static" compile --release
- cp target/*/release/riptide riptide/
- tar -czf riptide.tgz -C riptide .
- name: release-tag
image: woodpeckerci/plugin-release
settings:
base-url: https://codeberg.org
api-key:
from_secret: RIPTIDE_TOK
title: ${CI_COMMIT_TAG}
prerelease: false
checksum: sha256
files:
- riptide.tgz