Skip to content

Commit 16b0300

Browse files
committed
ci: upload pdb with ARM64 build artifact
1 parent 23ffb23 commit 16b0300

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci_windows_arm64_native.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ jobs:
209209
run: |
210210
New-Item -ItemType Directory -Path upload -Force | Out-Null
211211
Copy-Item "qbittorrent-release-${{ env.qbt_version }}/build/qbittorrent.exe" upload
212+
Copy-Item "qbittorrent-release-${{ env.qbt_version }}/build/qbittorrent.pdb" upload
212213
Copy-Item "qbittorrent-release-${{ env.qbt_version }}/dist/windows/qt.conf" upload
213214
Set-Location upload
214215
7z a "qbittorrent_${{ env.qbt_version }}_arm64.zip" *

0 commit comments

Comments
 (0)