diff --git a/.github/workflows/publish_binaries.yml b/.github/workflows/publish_binaries.yml index 0285b76..e3ada84 100644 --- a/.github/workflows/publish_binaries.yml +++ b/.github/workflows/publish_binaries.yml @@ -155,7 +155,7 @@ jobs: for filename in *.*[^sha256]; do filesize=$(numfmt --to=si --suffix=B $(wc -c < ${filename})) modified=$(${{matrix.stat_command}} -c %y "${filename}" | cut -d'.' -f1) - modified="${modified//-/\/}" + modified="${modified//-//}" sha256=$(${{matrix.sha_command}} "${filename}" | awk '{print $1}') echo " - filename: ${filename}" >> "${manifest}" echo " filesize: ${filesize}" >> "${manifest}"