Skip to content

Commit

Permalink
Fix "move resources" for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sedwards2009 committed Dec 9, 2023
1 parent 2b7c492 commit 8f71c24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
run: npm run build

- name: Move frontend artifacts
run: |
rm -r ./backend/resources || true
cp -r ./frontend/dist ./backend/resources
run: cp -r ./frontend/dist ./backend/resources

- name: Build Backend
working-directory: backend
Expand Down

0 comments on commit 8f71c24

Please sign in to comment.