From d6d8f62079609bc865e9ce05e2ec6d7f5873e737 Mon Sep 17 00:00:00 2001 From: Dave Corley Date: Wed, 18 Oct 2023 04:56:35 -0500 Subject: [PATCH] Fix(CI): Run archive script in bash --- .github/workflows/LuaJIT.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/LuaJIT.yml b/.github/workflows/LuaJIT.yml index 1902b567b4..ccac7cac69 100644 --- a/.github/workflows/LuaJIT.yml +++ b/.github/workflows/LuaJIT.yml @@ -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