Skip to content

Commit

Permalink
Add explicit build
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Mar 21, 2024
1 parent 1804e99 commit d3ff456
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,9 @@ jobs:
exit 1;
fi
# FIXME production distribution is incorrect
- name: Download dist
uses: actions/download-artifact@v3
with:
name: ui-dist
path: packages/ui/tmp/deploy-dist
- name: Build boxel-ui addon
run: pnpm build
working-directory: packages/boxel-ui/addon

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v3
Expand Down

0 comments on commit d3ff456

Please sign in to comment.