Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanpoland authored Jan 21, 2025
1 parent 9563913 commit 34cc4f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -93,4 +93,4 @@ jobs:
files: release/${{ matrix.asset_name }}
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 34cc4f6

Please sign in to comment.