aboutsummaryrefslogtreecommitdiff
path: root/deployment/build.ubuntu.armhf
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/build.ubuntu.armhf')
-rwxr-xr-xdeployment/build.ubuntu.armhf2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/build.ubuntu.armhf b/deployment/build.ubuntu.armhf
index e2129357d..0b4dd308a 100755
--- a/deployment/build.ubuntu.armhf
+++ b/deployment/build.ubuntu.armhf
@@ -19,7 +19,7 @@ export CONFIG_SITE=/etc/dpkg-cross/cross-config.${ARCH}
dpkg-buildpackage -us -uc -a armhf --pre-clean --post-clean
mkdir -p ${ARTIFACT_DIR}/
-mv ../jellyfin[-_]* ${ARTIFACT_DIR}/
+mv ../jellyfin*.{deb,dsc,tar.gz,buildinfo,changes} ${ARTIFACT_DIR}/
if [[ ${IS_DOCKER} == YES ]]; then
cp -a /tmp/control.orig debian/control