Skip to content

Commit

Permalink
Fix(CI): Add path separators to md command
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Oct 18, 2023
1 parent 79c18e7 commit 77ced43
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: |
${{ runner.os == 'Windows' && 'md' || '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 77ced43

Please sign in to comment.