Skip to content

Commit 6025a9d

Browse files
committed
fstests.yml: fix the path to the zip file
Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 8a946ef commit 6025a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fstests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Set kdevops path
21-
run: echo "KDEVOPS_PATH=$GITHUB_WORKSPACE/kdevops" >> $GITHUB_ENV
21+
run: echo "KDEVOPS_PATH=$GITHUB_WORKSPACE" >> $GITHUB_ENV
2222

2323
- name: Configure git
2424
run: |

0 commit comments

Comments
 (0)