msvc: enable minimal debug info for release builds

build: supply pdb file with msvc build
This commit is contained in:
jeefo 2023-05-13 22:40:26 +03:00
commit b1021b87b6
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
3 changed files with 7 additions and 5 deletions

View file

@ -80,7 +80,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{env.name}}
path: ${{env.name}}/yapb.dll
path: |
${{env.name}}/yapb.dll
${{env.name}}/yapb.pdb
bot-release:
if: |