Skip to content

Commit

Permalink
fix build path
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Oct 17, 2023
1 parent 5ac1d29 commit 7f5633a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ jobs:
- name: Checkout Portal Bridge
uses: actions/checkout@v3
with:
path: portal-bridge
path: portal
- name: Setup Git
run: |
cd portal-bridge
cd portal
git config user.name "xLabs CI"
git config user.email "[email protected]"
- name: Set Portal Bridge Version
run: |
cd portal-bridge
cd portal
npm version $(node -p -e "require('./package.json').version")-P$(echo ${{ github.sha }} | cut -c -10)
echo "_PKG_VERSION=$(node -p -e "require('./package.json').version")" >> "${GITHUB_ENV}"
echo "_BRANCH_NAME_SHA=$(echo ${{ github.event.pull_request.head.ref }} | sha256sum | cut -c -10)" >> "${GITHUB_ENV}"
Expand All @@ -80,7 +80,7 @@ jobs:
npm run build
npm link --workspaces --if-present
popd
pushd apps/connect
pushd portal/apps/connect
npm ci
npm link @wormhole-foundation/wormhole-connect
pushd public
Expand Down

0 comments on commit 7f5633a

Please sign in to comment.