From b59f1bc573f5b82c4f9b2d8b82687adc9bd3beb8 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Sat, 2 Jan 2021 19:24:30 -0500 Subject: [PATCH] remove build upload since it can't be used downstream --- .github/workflows/build-linux.yml | 6 ------ .github/workflows/build-macos.yml | 6 ------ .github/workflows/build-windows.yml | 6 ------ 3 files changed, 18 deletions(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 32c3bd8aa..be1da35bb 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -83,9 +83,3 @@ jobs: if: runner.os == 'Linux' run: | bash .github/scripts/unix.sh -t - - name: Upload build directory - uses: actions/upload-artifact@v2 - if: matrix.build_type == 'Release' - with: - name: gtsam-${{ matrix.name }}-${{ matrix.build_type }} - path: ${{ github.workspace }}/build/ diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index cf1a474e3..69873980a 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -51,9 +51,3 @@ jobs: if: runner.os == 'macOS' run: | bash .github/scripts/unix.sh -t - - name: Upload build directory - uses: actions/upload-artifact@v2 - if: matrix.build_type == 'Release' - with: - name: gtsam-${{ matrix.name }}-${{ matrix.build_type }} - path: ${{ github.workspace }}/build/ diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 7eb908c94..887d41972 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -76,9 +76,3 @@ jobs: cmake --build build --config ${{ matrix.build_type }} --target check.base cmake --build build --config ${{ matrix.build_type }} --target check.base_unstable cmake --build build --config ${{ matrix.build_type }} --target check.linear - - name: Upload build directory - uses: actions/upload-artifact@v2 - if: matrix.build_type == 'Release' - with: - name: gtsam-${{ matrix.name }}-${{ matrix.build_type }} - path: ${{ github.workspace }}/build/