From 48dfa526121c6f4e889aeecd21871652b8d1a553 Mon Sep 17 00:00:00 2001 From: Sebastian Scatularo Date: Tue, 21 Nov 2023 08:45:58 -0300 Subject: [PATCH] fix artifact path, add complete artifact --- .github/workflows/preview.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index c7f392be2..2fe58d382 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -176,12 +176,12 @@ jobs: npm ci npm link @wormhole-foundation/wormhole-connect echo 'VITE_APP_VERSION=$npm_package_version' > .env - npm run build:token-bridge + npm run build:usdc-bridge - name: Upload Portal Bridge Artifact uses: actions/upload-artifact@v3 with: name: build-usdc-bridge - path: portal/apps/connect/dist + path: connect-loader/apps/connect/dist token-bridge: name: "Token Bridge" @@ -277,6 +277,11 @@ jobs: uses: actions/download-artifact@v3 with: name: build-redirects + - name: Upload Portal Bridge Artifact + uses: actions/upload-artifact@v3 + with: + name: build-all + path: . - name: Set up GitHub NPM registry uses: actions/setup-node@v3 with: