Skip to content

Commit f57c5ca

Browse files
committed
ci/win32: upload pdb separately
The job id is now in the artifact filename, so we can identify the matching pdb file.
1 parent afa0903 commit f57c5ca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,13 @@ jobs:
232232
build/mpv-*.bat
233233
build/vulkan-*.dll
234234
!build/mpv.lib
235+
!build/mpv.pdb
236+
237+
- uses: actions/upload-artifact@v5
238+
with:
239+
name: ${{ steps.artifact.outputs.name }}-pdb
240+
path: |
241+
build/mpv.pdb
235242
236243
- name: Save Cache
237244
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)