diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f9976f7..01ca893a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -400,7 +400,7 @@ jobs: if [[ $single_file =~ \.pkg\.tar\.zst$ ]]; then new_file_path="$new_name.pkg.tar.zst" else - new_file_path="$new_name${single_file##*.}" + new_file_path="$new_name.${single_file##*.}" fi mv "$single_file" "$new_file_path" else