Skip to content

Commit b5680a9

Browse files
committed
Fix "\" in path
1 parent 8272c18 commit b5680a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-keytools-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build Solution
2222
shell: cmd
2323
run: |
24-
MSBuild.exe tools/keytools/wolfBootKeyTools.sln /p:Configuration=Release /p:Platform="x64"
24+
MSBuild.exe tools\keytools\wolfBootKeyTools.sln /p:Configuration=Release /p:Platform="x64"
2525
2626
# Step 3: Upload executables as artifacts
2727
- name: Upload EXE Artifacts

0 commit comments

Comments
 (0)