Skip to content

Commit

Permalink
fix(infra): copy frontend to correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Urban committed Sep 24, 2023
1 parent 6c8f03e commit 796fbc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
env:
CI_DIRECTUS_TOKEN: ${{ secrets.CI_DIRECTUS_TOKEN }}
- name: Copy Frontend distributable
run: cp -r frontend/dist src/resources
run: cp -r frontend/dist src/main/resources
- name: Run build with Gradle Wrapper
run: ./gradlew buildFatJar

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
env:
CI_DIRECTUS_TOKEN: ${{ secrets.CI_DIRECTUS_TOKEN }}
- name: Copy Frontend distributable
run: cp -r frontend/dist src/resources
run: cp -r frontend/dist src/main/resources
- name: Run build with Gradle Wrapper
run: ./gradlew buildFatJar

Expand Down

0 comments on commit 796fbc1

Please sign in to comment.