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

This commit is contained in:
Benjamyn Love 2025-03-20 21:53:49 -04:00
parent 244e80faf0
commit 2e4de7e411

View File

@ -24,6 +24,7 @@ jobs:
target: "x86_64-unknown-linux-gnu" target: "x86_64-unknown-linux-gnu"
toolchain: "stable" toolchain: "stable"
args: "--locked --release" args: "--locked --release"
force-use-cross: false
use-rust-cache: false use-rust-cache: false
strip: true strip: true
- name: Publish artifacts and release - name: Publish artifacts and release