Merge pull request #42945 from akien-mga/ci-sanitizers-no-artifacts

CI: Don't upload linux-sanitizers artifacts
This commit is contained in:
Rémi Verschelde 2020-10-20 23:13:39 +02:00 committed by GitHub
commit c3964b6c83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)