Skip to content

Commit

Permalink
delete builder
Browse files Browse the repository at this point in the history
  • Loading branch information
elee1766 committed Dec 21, 2023
1 parent f8d38af commit 8b30376
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,14 +209,15 @@ jobs:
echo "_JS_SHA_384=$(shasum -b -a 384 wormhole-connect-loader/dist/main.js | awk '{ print $1 }' | xxd -r -p | base64)" >> "${GITHUB_OUTPUT}"
echo "_CSS_SHA_384=$(shasum -b -a 384 wormhole-connect-loader/dist/main.css | awk '{ print $1 }' | xxd -r -p | base64)" >> "${GITHUB_OUTPUT}"
npm link --workspaces --if-present
rm -rf node_modules wormhole-connect-loader/node_modules wormhole-connect/node_modules
rm -rf node_modules wormhole-connect-loader/node_modules wormhole-connect/node_modules sdk/node_modules builder/node_modules
- name: Upload Wormhole Connect Artifact
uses: actions/upload-artifact@v3
with:
name: build-wormhole-connect
path: |
wormhole-connect
!**node_modules/**/*
!*/node_modules
!node_modules
usdc-bridge:
name: "USDC Bridge"
Expand Down

0 comments on commit 8b30376

Please sign in to comment.