Revert test artifacts from CI build

This commit is contained in:
Dan Paulat 2024-11-30 01:29:28 -06:00
parent d6a0a17d3f
commit d45801bd50

View file

@ -288,20 +288,3 @@ jobs:
with:
name: supercell-wx-test-logs-${{ matrix.name }}
path: ${{ github.workspace }}/build/Testing/
- name: CI Build Directory Listing
if: ${{ !cancelled() && startsWith(matrix.os, 'ubuntu') }}
shell: bash
run: |
ls -alRF ./build/
- name: Upload CI Build Debug
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
with:
name: supercell-wx-ci-debug-logs-${{ matrix.name }}
path: |
${{ github.workspace }}/build/.ninja_log
${{ github.workspace }}/build/build.ninja
${{ github.workspace }}/build/CMakeCache.txt
${{ github.workspace }}/build/compile_commands.json