Skip to content

Commit 7cf5324

Browse files
committed
Fix path to build volume
1 parent 83e05e7 commit 7cf5324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Qodana - Code Inspection
115115
uses: JetBrains/qodana-action@v2024.1
116116
with:
117-
args: --volume=${{ runner.workspace }}/zomboid:/data/project/zomboid --volume=${{ runner.workspace }}:/data/project/build
117+
args: --volume=${{ runner.workspace }}/zomboid:/data/project/zomboid --volume=${{ runner.workspace }}/build:/data/project/build
118118
env:
119119
GRADLE_OPTS: "-PzomboidPath=zomboid"
120120
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_1707253383 }}

0 commit comments

Comments
 (0)