From 80879fbe46b1b60fe5303a29a8bef5d502c150aa Mon Sep 17 00:00:00 2001 From: Dextinfire <> Date: Fri, 27 Sep 2024 11:52:20 -0700 Subject: [PATCH] 'L'indows --- .github/workflows/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index a6f1a0f2..78c32b70 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -157,6 +157,7 @@ jobs: cp -r games "${{ github.workspace }}/release/ci-release" - name: Copy Shaders run: cp -r src/shaders "${{ github.workspace }}/release/ci-release" + shell: bash - name: Copy docs run: | cp THIRDPARTY.md README.md LICENSE "${{ github.workspace }}/release/ci-release"