Skip to content

Commit

Permalink
Fix release workflow: move built executable
Browse files Browse the repository at this point in the history
Post #1
  • Loading branch information
haiiliin committed Jun 16, 2024
1 parent e11ff3e commit 02efc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
-DLLVM_ENABLE_RTTI=ON
-DLLVM_ENABLE_PROJECTS=clang
- name: Move the installer to the binder/bin directory
if: matrix.os == 'windows-2019'
if: matrix.os == 'windows-2022'
shell: bash
run: |
mv build/llvm-project/llvm/Release/bin/binder.exe binder/bin
Expand Down

0 comments on commit 02efc6a

Please sign in to comment.