diff --git a/.github/workflows/ci-builds.yml b/.github/workflows/ci-builds.yml index 95629f79..c29376b5 100644 --- a/.github/workflows/ci-builds.yml +++ b/.github/workflows/ci-builds.yml @@ -133,11 +133,15 @@ jobs: uses: actions/download-artifact@v3 with: name: headers - path: headers/ - name: pack headers run: | ls + mkdir headers + mv *.h headers/ + mv Display headers + mv OpenGL headers + mv Vulkan headers zip headers.zip headers - name: get linux build