Skip to content

Commit 16cc6c4

Browse files
Update maven.yml
1 parent 83d3a27 commit 16cc6c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
distribution: 'temurin'
5656
cache: maven
5757

58-
- run: ls -R ./code/backend/src/main/resource/static/
58+
- run: ls -R ./src/main/resource/static/
5959
- name: download frontend
6060
uses: actions/download-artifact@v4
6161
with:
6262
name: frontend
6363
path: ./code/backend/src/main/resource/static/
64-
- run: ls -R ./code/backend/src/main/resource/static/
64+
- run: ls -R ./src/main/resource/static/
6565

6666
- name: Build with Maven
6767
run: mvn clean package --file pom.xml

0 commit comments

Comments
 (0)