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 6b20276 commit ce620ffCopy full SHA for ce620ff
.github/workflows/build-keytools-windows.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout Code
17
uses: actions/checkout@v3
18
with:
19
- submodules: true
+ submodules: true
20
21
# Step 2: Setup MSBuild
22
- name: Setup MSBuild
@@ -26,7 +26,7 @@ jobs:
26
- name: Build Solution
27
shell: cmd
28
run: |
29
- echo "#define WOLFBOOT_SECTOR_SIZE 1024" > include/target.h
+ echo #define WOLFBOOT_SECTOR_SIZE 1024 > include\target.h
30
MSBuild.exe tools\keytools\wolfBootKeyTools.sln /m /p:Configuration=Release /p:Platform="x64"
31
32
# Step 4: Upload executables as artifacts
0 commit comments