We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d3a27 commit 16cc6c4Copy full SHA for 16cc6c4
.github/workflows/maven.yml
@@ -55,13 +55,13 @@ jobs:
55
distribution: 'temurin'
56
cache: maven
57
58
- - run: ls -R ./code/backend/src/main/resource/static/
+ - run: ls -R ./src/main/resource/static/
59
- name: download frontend
60
uses: actions/download-artifact@v4
61
with:
62
name: frontend
63
path: ./code/backend/src/main/resource/static/
64
65
66
- name: Build with Maven
67
run: mvn clean package --file pom.xml
0 commit comments