From fc8ee3ca9bd7250c0aa26cd2ec581b93bb738ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 20 Oct 2020 21:59:14 +0200 Subject: [PATCH] CI: Don't upload linux-sanitizers artifacts It's 1.5 GB, that's maybe a bit overkill. --- .github/workflows/linux_builds.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index b170889cb37..3dd1b755b89 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -138,12 +138,6 @@ jobs: run: | ./bin/godot.linuxbsd.tools.64s --test - - uses: actions/upload-artifact@v2 - with: - name: ${{ github.job }} - path: bin/* - retention-days: 14 - linux-template-mono: runs-on: "ubuntu-20.04" name: Template w/ Mono (target=release, tools=no)