diff options
| author | Stefan Boberg <[email protected]> | 2025-10-26 19:43:35 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-26 19:43:35 +0100 |
| commit | 8817a4c53ebfda97871986debfd002314e99eb91 (patch) | |
| tree | 437f0ec09229ccd032a31af0085a71331b1879b3 /.github/workflows | |
| parent | curl default to mbedtls in package definition (diff) | |
| download | zen-8817a4c53ebfda97871986debfd002314e99eb91.tar.xz zen-8817a4c53ebfda97871986debfd002314e99eb91.zip | |
remove config log upload since there's nothing to upload from vcpkg
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/validate.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 78182c59d..74b27b870 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -136,10 +136,6 @@ jobs: run: | ./scripts/ue_build_linux/ue_build.sh ./.tmp-ue-toolchain xmake config -v -y -m ${{ matrix.config }} --arch=${{ matrix.arch }} - - name: Upload config logs - if: ${{ (failure() || success()) }} - uses: actions/upload-artifact@v3 - - name: Build & Test if: ${{ matrix.config == 'debug' }} run: | |