We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8f03e commit 796fbc1Copy full SHA for 796fbc1
.github/workflows/release-prod.yml
@@ -43,7 +43,7 @@ jobs:
43
env:
44
CI_DIRECTUS_TOKEN: ${{ secrets.CI_DIRECTUS_TOKEN }}
45
- name: Copy Frontend distributable
46
- run: cp -r frontend/dist src/resources
+ run: cp -r frontend/dist src/main/resources
47
- name: Run build with Gradle Wrapper
48
run: ./gradlew buildFatJar
49
.github/workflows/release.yml
0 commit comments