Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Jelsma <73849717+Dannyj1@users.noreply.github.com>
  • Loading branch information
Dannyj1 authored Dec 23, 2023
1 parent cd96d92 commit 00ace6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- os: windows-2019
build-name: Windows
artifact-extension: .zip
build-command: cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_OPTIMIZATION_FAST_MATH=ON -DAPPEND_VERSION=ON -DAPPEND_VERSION_USE_GIT=OFF -G "MinGW Makefiles" .
build-command: cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_OPTIMIZATION_FAST_MATH=ON -DAPPEND_VERSION=ON -DAPPEND_VERSION_USE_GIT=OFF -G "Unix Makefiles" .
archive-command: 7z a

steps:
Expand Down

0 comments on commit 00ace6b

Please sign in to comment.