We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8272c18 commit 1f1cf14Copy full SHA for 1f1cf14
.github/workflows/build-keytools-windows.yml
@@ -16,12 +16,11 @@ jobs:
16
- name: Checkout Code
17
uses: actions/checkout@v3
18
19
-
20
# Step 2: Build the solution
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