Skip to content

Commit

Permalink
Fix: export folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmylevell committed Jul 26, 2024
1 parent aecf66a commit e1ea75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

# Create backend export
- run: node src/scripts/strapiToJson.js
- run: mv exports build/export
- run: mv exports build/exports

- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:

# Create backend export
- run: node src/scripts/strapiToJson.js
- run: mv exports build/export
- run: mv exports build/exports

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e1ea75e

Please sign in to comment.