Skip to content

Commit faab060

Browse files
committed
Restoring the cd to old examples path in release-windows.yml. Let's see if that works better now.
1 parent eee2967 commit faab060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Run build.bat
2626
continue-on-error: false
2727
run: |
28-
cd Examples
28+
cd $env:GITHUB_WORKSPACE\Examples
2929
./build_examples.bat
3030
3131
- name: Debug - List ALL files after build

0 commit comments

Comments
 (0)