From 34cc4f61001a2a6a9da90844b00d750b0bd8d454 Mon Sep 17 00:00:00 2001 From: "Tristan Poland (Trident_For_U)" <34868944+tristanpoland@users.noreply.github.com> Date: Tue, 21 Jan 2025 14:50:21 -0500 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a6d807..4e25523 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,15 +32,15 @@ jobs: include: - os: ubuntu-latest target: x86_64-unknown-linux-gnu - binary_path: target/release/horizon + binary_path: target/release/horizon-server asset_name: horizon-linux-amd64 - os: windows-latest target: x86_64-pc-windows-msvc - binary_path: target/release/horizon.exe + binary_path: target/release/horizon-server.exe asset_name: horizon-windows-amd64.exe - os: macos-latest target: x86_64-apple-darwin - binary_path: target/release/horizon + binary_path: target/release/horizon-server asset_name: horizon-macos-amd64 runs-on: ${{ matrix.os }} steps: @@ -93,4 +93,4 @@ jobs: files: release/${{ matrix.asset_name }} generate_release_notes: true env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}