From 9449e663969d1fb5213430e2ee1ae3fd26cfa1b6 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Thu, 3 Aug 2023 01:11:32 -0700 Subject: [PATCH] ci: fix upload artifact --- .github/workflows/build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95c25ebc6d..e1f4dfe9bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -207,12 +207,6 @@ jobs: env: CARGO_TARGET_DIR: '${{ github.workspace }}/target' DATABASE_URL: postgresql://affine:affine@localhost:5432/affine - - name: Upload storage.node - uses: actions/upload-artifact@v3 - with: - name: storage.node - path: ./packages/storage/storage.node - if-no-files-found: error - name: Upload server test coverage results uses: codecov/codecov-action@v3 with: