Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release.yml #233

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 }}
Loading