Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vano committed Mar 12, 2024
1 parent 1d2e03d commit 696364c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
matrix:
builder:
- name: SCons
artifact-dir: bin/
generate_sources: |
scons {0} build_library=no
scons -c
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 696364c

Please sign in to comment.