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