summaryrefslogtreecommitdiffhomepage
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/buildserver-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/buildserver-build.sh b/ci/buildserver-build.sh
index 5e9a5f88c5..d0e782efac 100755
--- a/ci/buildserver-build.sh
+++ b/ci/buildserver-build.sh
@@ -127,7 +127,7 @@ build_ref() {
MINGW*|MSYS_NT*)
sign_win || return 0
echo "Packaging all PDB files..."
- find ./windows/ -iname "*.pdb" | tar -cJf $SCRIPT_DIR/pdb/$current_hash.tar.xz -T -
+ find ./windows/ ./target/release/mullvad-daemon.pdb ./target/release/mullvad.pdb ./target/release/mullvad-problem-report.pdb -iname "*.pdb" | tar -cJf $SCRIPT_DIR/pdb/$current_hash.tar.xz -T -
;;
Linux*)
echo "Building Android APK"