Update release_from_version.yml
This commit is contained in:
3
.github/workflows/release_from_version.yml
vendored
3
.github/workflows/release_from_version.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user