From 37b08dd422089c0459e31c52324ea37c5054ed56 Mon Sep 17 00:00:00 2001 From: Sebastian Scatularo Date: Wed, 7 Feb 2024 17:36:57 -0300 Subject: [PATCH] fix artifact path --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a5fa817f..7465556b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,7 +97,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: build-advanced-tools - path: build + path: apps/advanced-tools/build redirects: name: "Redirects" @@ -159,8 +159,6 @@ jobs: name: build-rewards-dashboard path: apps/rewards-dashboard/dist - - usdc-bridge: name: "USDC Bridge" runs-on: "ubuntu-latest"