Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix build script
Browse files Browse the repository at this point in the history
wgreenberg committed Oct 22, 2024

Unverified

This user has not yet uploaded their public signing key.
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
@@ -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

0 comments on commit 8f9c8f2

Please sign in to comment.