From 90639a926692ffd8a934a0b96318ebfa46422b75 Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Thu, 20 Mar 2025 21:59:06 -0400 Subject: [PATCH] minimal config --- .gitea/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 226dcd4..dbaeb88 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -20,13 +20,7 @@ jobs: - name: Build binary uses: houseabsolute/actions-rust-cross@v1 with: - command: "build" target: "x86_64-unknown-linux-gnu" - toolchain: "stable" - args: "--locked --release" - force-use-cross: false - use-rust-cache: false - strip: true - name: Publish artifacts and release uses: houseabsolute/actions-rust-release@v0 with: