We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8272c18 commit b5680a9Copy full SHA for b5680a9
.github/workflows/build-keytools-windows.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Build Solution
22
shell: cmd
23
run: |
24
- MSBuild.exe tools/keytools/wolfBootKeyTools.sln /p:Configuration=Release /p:Platform="x64"
+ MSBuild.exe tools\keytools\wolfBootKeyTools.sln /p:Configuration=Release /p:Platform="x64"
25
26
# Step 3: Upload executables as artifacts
27
- name: Upload EXE Artifacts
0 commit comments