Skip to content

Commit bde462e

Browse files
authored
chore: remove file dependency (#6)
1 parent ff3cec4 commit bde462e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ runs:
107107
curl -sL -o "${archive_path}" "${asset_url}"
108108
109109
echo "::group::Download archive"
110-
file "${archive_path}"
110+
ls -l "${archive_path}"
111111
echo "::endgroup::"
112112
113113
tar -xf "${archive_path}" -C "${binary_dir}" s5cmd

0 commit comments

Comments
 (0)