mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Fix: Ensure SHA512-SUMS.txt is created by the new build system, issue #1114
This commit is contained in:
@@ -1439,6 +1439,16 @@ package-builds:
|
|||||||
- popd
|
- popd
|
||||||
- mv releases/Redot_v${VERSIONSTRING}_mono_export_templates.zip releases/Redot_v${VERSIONSTRING}_mono_export_templates.tpz
|
- mv releases/Redot_v${VERSIONSTRING}_mono_export_templates.zip releases/Redot_v${VERSIONSTRING}_mono_export_templates.tpz
|
||||||
- mv releases/Redot_v${VERSIONSTRING}_export_templates.zip releases/Redot_v${VERSIONSTRING}_export_templates.tpz
|
- mv releases/Redot_v${VERSIONSTRING}_export_templates.zip releases/Redot_v${VERSIONSTRING}_export_templates.tpz
|
||||||
|
- touch SHA512-SUMS.txt
|
||||||
|
- |
|
||||||
|
for f in releases/*; do
|
||||||
|
# Only process regular files
|
||||||
|
[ -f "$f" ] || continue
|
||||||
|
|
||||||
|
# Compute the hash and append it
|
||||||
|
sha512sum "$f" >> SHA512-SUMS.txt
|
||||||
|
done
|
||||||
|
- mv SHA512-SUMS.txt releases/SHA512-SUMS.txt
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 3 days
|
expire_in: 3 days
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user