From c44518759fb6490a39c202b9974630b8ba899fef Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Fri, 21 Mar 2025 09:37:15 +1100 Subject: [PATCH] sad --- .gitea/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 702a3c2..d2f7efc 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -18,12 +18,12 @@ jobs: - name: Build binary uses: houseabsolute/actions-rust-cross@v1 with: - command: build - target: x86_64-unknown-linux-gnu + command: "build" + target: "x86_64-unknown-linux-gnu" args: "--locked --release" strip: true - name: Publish artifacts and release uses: houseabsolute/actions-rust-release@v0 with: - executable-name: mycelium - target: x86_64-unknown-linux-gnu \ No newline at end of file + executable-name: "mycelium" + target: "x86_64-unknown-linux-gnu" \ No newline at end of file