Skip to content

Commit

Permalink
Fix "\" in path
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Nov 25, 2024
1 parent 8272c18 commit b5680a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-keytools-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build Solution
shell: cmd
run: |
MSBuild.exe tools/keytools/wolfBootKeyTools.sln /p:Configuration=Release /p:Platform="x64"
MSBuild.exe tools\keytools\wolfBootKeyTools.sln /p:Configuration=Release /p:Platform="x64"
# Step 3: Upload executables as artifacts
- name: Upload EXE Artifacts
Expand Down

0 comments on commit b5680a9

Please sign in to comment.