Nightly but better (#2818)

This commit is contained in:
Quentin 2024-03-12 09:43:08 +01:00 committed by GitHub
parent 88036b91da
commit e8027127d1

View File

@ -31,16 +31,18 @@ jobs:
arch: amd64 arch: amd64
- name: Generate CMake project - name: Generate CMake project
run: cmake -D CMAKE_BUILD_TYPE=Release -S. -Bbuild -G Ninja run: cmake -D CMAKE_BUILD_TYPE=RelWithDebInfo -D OPTIMIZE=YES -S. -Bbuild -G Ninja
- name: Build 64bit release DLL - name: Build 64bit release DLL
run: cmake --build ./build --config Release --target YimMenu -- run: cmake --build ./build --config RelWithDebInfo --target YimMenu --
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: binary name: binary
path: build/YimMenu.dll path: |
build/YimMenu.dll
build/YimMenu.pdb
- name: Generate Build Info - name: Generate Build Info
id: var id: var