From 1172cdf556d9f37885d56e543bb563feba50cec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Barroso=20Galindo?= Date: Sat, 27 Nov 2021 16:10:26 +0100 Subject: [PATCH] Update update_distribution.sh --- .github/update_distribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/update_distribution.sh b/.github/update_distribution.sh index f248f228e..9fb77f1f4 100755 --- a/.github/update_distribution.sh +++ b/.github/update_distribution.sh @@ -423,7 +423,7 @@ install_shadow_masks() { echo "Installing Shadow Masks ${4}" for file in $(ls "${TMP_FOLDER}") ; do - copy_file "${file}" "${TARGET_DIR}/Shadow_Masks/${file}" + copy_file "${TMP_FOLDER}/${file}" "${TARGET_DIR}/Shadow_Masks/${file}" done }