Skip to content

Commit 796fbc1

Browse files
author
Björn Urban
committed
fix(infra): copy frontend to correct path
1 parent 6c8f03e commit 796fbc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
env:
4444
CI_DIRECTUS_TOKEN: ${{ secrets.CI_DIRECTUS_TOKEN }}
4545
- name: Copy Frontend distributable
46-
run: cp -r frontend/dist src/resources
46+
run: cp -r frontend/dist src/main/resources
4747
- name: Run build with Gradle Wrapper
4848
run: ./gradlew buildFatJar
4949

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
env:
4444
CI_DIRECTUS_TOKEN: ${{ secrets.CI_DIRECTUS_TOKEN }}
4545
- name: Copy Frontend distributable
46-
run: cp -r frontend/dist src/resources
46+
run: cp -r frontend/dist src/main/resources
4747
- name: Run build with Gradle Wrapper
4848
run: ./gradlew buildFatJar
4949

0 commit comments

Comments
 (0)