[ci] make release build

This commit is contained in:
DH 2024-01-13 19:30:51 +03:00
parent f254b38fec
commit 8791312d4f

View file

@ -38,7 +38,7 @@ jobs:
- name: Build RPCSX
run: |
cmake -B build && \
cmake -B build -DCMAKE_BUILD_TYPE=Release && \
cmake --build build -j4
- name: Upload RPCSX