Update .gitea/workflows/release.yml
Some checks failed
/ release (push) Failing after 4s

This commit is contained in:
Benjamyn Love 2025-03-20 21:41:09 -04:00
parent 6f1137dc76
commit ae543de20c

View File

@ -21,6 +21,7 @@ jobs:
command: "build" command: "build"
target: "x86_64-unknown-linux-gnu" target: "x86_64-unknown-linux-gnu"
args: "--locked --release" args: "--locked --release"
use-rust-cache: false
strip: true strip: true
- name: Publish artifacts and release - name: Publish artifacts and release
uses: houseabsolute/actions-rust-release@v0 uses: houseabsolute/actions-rust-release@v0