From 696364cf714d05446b36ea8d6209a0153981ca22 Mon Sep 17 00:00:00 2001 From: Vano Date: Tue, 12 Mar 2024 16:53:24 +0200 Subject: [PATCH] ci test --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e2794ba26..7afd61b606 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,6 @@ jobs: matrix: builder: - name: SCons - artifact-dir: bin/ generate_sources: | scons {0} build_library=no scons -c @@ -35,7 +34,6 @@ jobs: scons {0} target=template_release - name: CMake - artifact-dir: build_release/godot-cpp/bin/ generate_sources: | cmake {0} -DCMAKE_BUILD_TYPE=Debug -B build test @@ -260,6 +258,6 @@ jobs: uses: actions/upload-artifact@v3 with: name: ${{ matrix.platforms.artifact-name }}-${{ matrix.builder.name }} - path: ${{ matrix.builder.artifact-dir}}${{ matrix.platforms.artifact-path }} + path: {{ matrix.platforms.artifact-path[matrix.builder.name] }} if-no-files-found: error