Skip to content

Commit

Permalink
Fix(CI): Use md for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Oct 18, 2023
1 parent e9bb517 commit 79c18e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/LuaJIT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Make Archive
# if: github.event_name != 'pull_request'
run: |
mkdir bin include lib lua
${{ runner.os == 'Windows' && 'md' || 'mkdir' }} bin include lib lua
cd src
mv jit ../lua
mv ${{ env.BUILD_PREFIX }}luajit${{ env.BUILD_EXT_DYN }} ../bin
Expand Down

0 comments on commit 79c18e7

Please sign in to comment.