Skip to content

Commit

Permalink
Fixed a missing OS check in the CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Jun 27, 2024
1 parent 6f4ee4a commit 59b1997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
sharkclipper
- name: Set Windows Name
if: runner.os == 'Windows'
shell: bash
run: |
mv "build/${{ steps.vars.outputs.bin_basename }}.bin.exe" "build/${{ steps.vars.outputs.bin_basename }}.exe"
Expand Down

0 comments on commit 59b1997

Please sign in to comment.