Update release_from_version.yml

This commit is contained in:
2025-12-23 19:33:36 -06:00
parent 3af2665bbc
commit 7e8db84671

View File

@@ -339,8 +339,7 @@ jobs:
ZIP="${{ steps.build.outputs.zip_name }}" ZIP="${{ steps.build.outputs.zip_name }}"
SHA="$(sha256sum "dist/${ZIP}" | awk '{print $1}')" SHA="$(sha256sum "dist/${ZIP}" | awk '{print $1}')"
echo "sha256=${SHA}" >> "${GITHUB_OUTPUT}" echo "sha256=${SHA}" >> "${GITHUB_OUTPUT}"
printf "%s %s printf "%s %s\n" "${SHA}" "${ZIP}" > dist/SHA256SUMS.txt
" "${SHA}" "${ZIP}" > dist/SHA256SUMS.txt
cat dist/SHA256SUMS.txt cat dist/SHA256SUMS.txt
- name: Update updates.xml with download URL and sha256 - name: Update updates.xml with download URL and sha256