Skip to content

Commit 566f005

Browse files
committed
chore: fix typo in nmake command in release and windows build scripts
1 parent ba3d3c9 commit 566f005

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
mkdir build
3636
cd build
3737
cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=%Qt6_DIR%
38-
nmake.
38+
nmake
3939
4040
- name: Prepare Release Directory
4141
shell: powershell

.github/workflows/windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
mkdir build
3636
cd build
3737
cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=%Qt6_DIR%
38-
nmake.
38+
nmake
3939
4040
- name: Prepare Release Directory
4141
shell: powershell

0 commit comments

Comments
 (0)