Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
wgreenberg committed Oct 22, 2024
1 parent 1134361 commit 8f9c8f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
platform:
- os: ubuntu-latest
serial_build_name: serial
check_build_name: check
check_build_name: rayhunter-check
- os: windows-latest
serial_build_name: serial.exe
check_build_name: check.exe
check_build_name: rayhunter-check.exe
- os: macos-latest
serial_build_name: serial
check_build_name: check
check_build_name: rayhunter-check
runs-on: ${{ matrix.platform.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8f9c8f2

Please sign in to comment.