From 88bf523bc8ade95a98afb1b7f10fc716a93ad57e Mon Sep 17 00:00:00 2001 From: tangxifan Date: Tue, 24 Nov 2020 09:19:09 -0700 Subject: [PATCH] [Test] Remove artifact uploading; focus on testing ccache --- .github/workflows/build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7433f6e43..df5a59a30 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,9 +79,3 @@ jobs: shell: bash # Execute the build. You can specify a specific target with "--target " run: cmake --build . --config $BUILD_TYPE - - - name: Upload - uses: actions/upload-artifact@v1 - with: - path: ./${{ matrix.config.artifact }} - name: ${{ matrix.config.artifact }}