mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2026-09-03 05:10:16 +03:00
Update action.yml
This commit is contained in:
@@ -42,9 +42,10 @@ runs:
|
||||
curl --fail --silent --show-error --location --http1.1 \
|
||||
--retry 5 --retry-all-errors --retry-delay 2 --connect-timeout 30 \
|
||||
"${release_url}/task_checksums.txt" --output "${checksums}"
|
||||
grep " ${task_file}$" "${checksums}" \
|
||||
| sed "s# ${task_file}$# ${archive}#" \
|
||||
| sha256sum -c -
|
||||
(
|
||||
cd "${RUNNER_TEMP}"
|
||||
grep " ${task_file}$" "${checksums}" | sha256sum -c -
|
||||
)
|
||||
tar -xzf "${archive}" -C "${install_dir}" task
|
||||
fi
|
||||
echo "${install_dir}" >> "${GITHUB_PATH}"
|
||||
|
||||
Reference in New Issue
Block a user