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"