Skip to content

Commit

Permalink
Fix(CI): Run archive script in bash
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Oct 18, 2023
1 parent 77ced43 commit d6d8f62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/LuaJIT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Make Archive
# if: github.event_name != 'pull_request'
shell: bash
run: |
${{ runner.os == 'Windows' && 'md' || 'mkdir' }} bin/ include/ lib/ lua/
cd src
Expand Down

0 comments on commit d6d8f62

Please sign in to comment.