Skip to content

Commit

Permalink
fix: staging build
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Jan 17, 2024
1 parent 3ffa114 commit 7018a95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
run: |
npm run generate
- name: Reorganize Files
run: |
mkdir -p dist/bridge
mv dist/_nuxt dist/bridge/_nuxt
- name: Deploy
uses: matter-labs/action-hosting-deploy@main
id: deploy
Expand Down

0 comments on commit 7018a95

Please sign in to comment.