diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 408db21b..a6f1a0f2 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -156,7 +156,7 @@ jobs: cp -r profiles "${{ github.workspace }}/release/ci-release" cp -r games "${{ github.workspace }}/release/ci-release" - name: Copy Shaders - run: cp -r shaders "${{ github.workspace }}/release/ci-release" + run: cp -r src/shaders "${{ github.workspace }}/release/ci-release" - name: Copy docs run: | cp THIRDPARTY.md README.md LICENSE "${{ github.workspace }}/release/ci-release"