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