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 1f1cf14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-keytools-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3


# Step 2: Build the solution
- 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 1f1cf14

Please sign in to comment.