Skip to content

Commit

Permalink
fix: OS -> RUNNER_OS (#906)
Browse files Browse the repository at this point in the history
(この本文は@qryxipが記述)

Refs: #905
  • Loading branch information
Hiroshiba authored Dec 29, 2024
1 parent 0248b7a commit ef66cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy_downloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Rename the binary
run: |
case "$OS" in
case "$RUNNER_OS" in
Windows) exe_suffix=.exe;;
Linux | macOS) exe_suffix=;;
esac
Expand Down

0 comments on commit ef66cc2

Please sign in to comment.