diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-10-20 23:13:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 23:13:39 +0200 |
commit | c3964b6c835a98db9784aada41574447b6cd5824 (patch) | |
tree | eb49900dc247c771958498da84b836d42f87bfc2 | |
parent | 207cfc9253ac03c173570c8ffc4818ff5ed7ccd0 (diff) | |
parent | fc8ee3ca9bd7250c0aa26cd2ec581b93bb738ac1 (diff) |
Merge pull request #42945 from akien-mga/ci-sanitizers-no-artifacts
CI: Don't upload linux-sanitizers artifacts
-rw-r--r-- | .github/workflows/linux_builds.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index b170889cb3..3dd1b755b8 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) |