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:
2
.github/workflows/autolocker.yml
vendored
2
.github/workflows/autolocker.yml
vendored
@ -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,
|
||||
|
Reference in New Issue
Block a user