Skip to content

Commit f63c410

Browse files
committed
Use unix like path for bash windows
1 parent 0773936 commit f63c410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
run: |
112112
echo "::group::Creating ZIP with Zephir Parser extension"
113113
if [ "${{ runner.os }}" = "Windows" ]; then
114-
EXTENSION="$(find .\x64 -type f -name 'php_zephir_parser.dll')"
114+
EXTENSION="$(find ./x64 -type f -name 'php_zephir_parser.dll')"
115115
else
116116
EXTENSION="$(find ./modules -type f -name 'zephir_parser.so')"
117117
fi

0 commit comments

Comments
 (0)