Skip to content

Commit

Permalink
rename bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Redhawk18 committed Oct 10, 2024
1 parent 8362f83 commit b6bf70e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
- release_for: Linux-x86_64
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
bin: blaze
bin: kuiper
command: build

- release_for: macOS-x86_64
os: macOS-latest
target: x86_64-apple-darwin
bin: blaze
bin: kuiper
command: both

- release_for: Windows-x86_64
os: windows-latest
target: x86_64-pc-windows-msvc
bin: blaze.exe
bin: kuiper.exe
command: both

# more release targets here ...
Expand Down Expand Up @@ -56,5 +56,5 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: blaze-${{ matrix.platform.target }}
name: kuiper-${{ matrix.platform.target }}
path: ./target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}

0 comments on commit b6bf70e

Please sign in to comment.