Skip to content

Commit e18a7be

Browse files
committed
build: Fix windows path
1 parent f7ba490 commit e18a7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/glpi-agent-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
run: |
220220
dir C:\Strawberry-perl-for-GLPI-Agent_build\download
221221
dir C:\Strawberry-perl-for-GLPI-Agent_build\restore
222-
dir contrib/windows/packaging/tools/ca
222+
dir contrib\windows\packaging\tools\ca
223223
shell: cmd
224224
- name: Restore required perl libraries cache
225225
uses: actions/cache@v4

0 commit comments

Comments
 (0)