Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit e3f654d

Browse files
committed
ci: fix file extension
1 parent 060b37b commit e3f654d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ jobs:
400400
if [[ $single_file =~ \.pkg\.tar\.zst$ ]]; then
401401
new_file_path="$new_name.pkg.tar.zst"
402402
else
403-
new_file_path="$new_name${single_file##*.}"
403+
new_file_path="$new_name.${single_file##*.}"
404404
fi
405405
mv "$single_file" "$new_file_path"
406406
else

0 commit comments

Comments
 (0)