Skip to content

Commit

Permalink
Updated gh action (release.yml)
Browse files Browse the repository at this point in the history
Luca1991 authored Apr 13, 2024
1 parent 90e64ed commit f624ab6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -14,14 +14,13 @@ jobs:
uses: actions/checkout@v2

- name: Set up MSVC environment
uses: microsoft/setup-msbuild@v1

- name: Configure CMake
run: cmake -A Win32 -B build -S .
uses: microsoft/setup-msbuild@v2

- name: Build
run: |
cmake -A Win32 -B build -S . -D CMAKE_BUILD_TYPE=Debug
cmake --build build --config Debug
cmake -A Win32 -B build -S . -D CMAKE_BUILD_TYPE=Release
cmake --build build --config Release
- name: Archive Debug Binaries

0 comments on commit f624ab6

Please sign in to comment.