fix: remove release action

This commit is contained in:
Troy 2025-05-06 00:19:13 +01:00
parent 25f39d8c9b
commit 66599dd600
Signed by: troy
GPG key ID: DFC06C02ED3B4711

View file

@ -1,28 +0,0 @@
name: Release
on:
push:
tags:
- "v*.*.*"
env:
CARGO_TERM_COLOR: always
BIN_NAME: target/release/packard
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: https://github.com/dtolnay/rust-toolchain@stable
- run: cargo build --release
- name: Upload release assets
uses: https://gitea.com/actions/gitea-release-action@v1
with:
files: ${{ env.BIN_NAME }}