فهرست منبع

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

CI: Don't upload linux-sanitizers artifacts
Rémi Verschelde 5 سال پیش
والد
کامیت
c3964b6c83
1فایلهای تغییر یافته به همراه0 افزوده شده و 6 حذف شده
  1. 0 6
      .github/workflows/linux_builds.yml

+ 0 - 6
.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)