From 547d4ab8af23938c37b4f5c806c80eb2acf1033f Mon Sep 17 00:00:00 2001 From: Ranadeep Biswas Date: Thu, 10 Oct 2024 12:38:57 +0200 Subject: [PATCH] rm leading dash --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f65c5ebc..5d3833141 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,9 +51,9 @@ jobs: matrix: config: [ - { target: "x86_64-unknown-linux-gnu", suffix: "-linux-amd64" }, - { target: "aarch64-apple-darwin", suffix: "-darwin-arm64" }, - { target: "x86_64-pc-windows-msvc", suffix: "-pc-amd64.exe" }, + { target: "x86_64-unknown-linux-gnu", suffix: "linux-amd64" }, + { target: "aarch64-apple-darwin", suffix: "darwin-arm64" }, + { target: "x86_64-pc-windows-msvc", suffix: "pc-amd64.exe" }, ] defaults: run: