Add .pdb file to ci workflow (#3069)

* feat(workflows/ci): upload .pdb file too
* feat(workflows/ci): cmake args, pdb seperate artifact
* refactor(workflows/autoblocker): remove trailing whitespace
This commit is contained in:
pierrelasse
2024-05-09 15:26:01 +02:00
committed by GitHub
parent d65f7f2745
commit 5065b449cc
2 changed files with 14 additions and 5 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Autolock PRs that got merged or closed
uses: actions/github-script@v6
with:
script: |
script: |
github.rest.issues.lock({
issue_number: context.issue.number,
owner: context.repo.owner,