Skip to content

Commit 1f1cf14

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ jobs:
1616
- name: Checkout Code
1717
uses: actions/checkout@v3
1818

19-
2019
# Step 2: Build the solution
2120
- name: Build Solution
2221
shell: cmd
2322
run: |
24-
MSBuild.exe tools/keytools/wolfBootKeyTools.sln /p:Configuration=Release /p:Platform="x64"
23+
MSBuild.exe tools\keytools\wolfBootKeyTools.sln /p:Configuration=Release /p:Platform="x64"
2524
2625
# Step 3: Upload executables as artifacts
2726
- name: Upload EXE Artifacts

0 commit comments

Comments
 (0)