From 3790e83b9c3677cc555f4c5e8ac743960551207d Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 21 Oct 2024 15:00:07 -0500 Subject: [PATCH] fix binary name and workflow dependency --- .github/workflows/release-sendosc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-sendosc.yml b/.github/workflows/release-sendosc.yml index 74fc0ec..677488e 100644 --- a/.github/workflows/release-sendosc.yml +++ b/.github/workflows/release-sendosc.yml @@ -26,6 +26,7 @@ jobs: draft: false release-multi: name: create binaries and upload + needs: create-release runs-on: ubuntu-latest strategy: matrix: @@ -44,4 +45,5 @@ jobs: goversion: "1.23.1" project_path: "./cmd/sendosc" binary_name: "sendosc" + asset_name: "${BINARY_NAME}-${GOOS}-${GOARCH}" release_tag: ${{ github.ref }}