We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ffb23 commit 16b0300Copy full SHA for 16b0300
1 file changed
.github/workflows/ci_windows_arm64_native.yaml
@@ -209,6 +209,7 @@ jobs:
209
run: |
210
New-Item -ItemType Directory -Path upload -Force | Out-Null
211
Copy-Item "qbittorrent-release-${{ env.qbt_version }}/build/qbittorrent.exe" upload
212
+ Copy-Item "qbittorrent-release-${{ env.qbt_version }}/build/qbittorrent.pdb" upload
213
Copy-Item "qbittorrent-release-${{ env.qbt_version }}/dist/windows/qt.conf" upload
214
Set-Location upload
215
7z a "qbittorrent_${{ env.qbt_version }}_arm64.zip" *
0 commit comments