Update release_from_version.yml

This commit is contained in:
2025-12-23 19:10:10 -06:00
parent 95c79d6ef3
commit cb51863f88

View File

@@ -29,7 +29,7 @@
# #
name: Release from Version Branch Pipeline name: Release from Version Branch Pipeline
"on": on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
promote_to_version: promote_to_version:
@@ -468,13 +468,14 @@ jobs:
fi fi
ZIP_ASSET="${{ steps.build.outputs.zip_name }}" ZIP_ASSET="${{ steps.build.outputs.zip_name }}"
cat >> RELEASE_NOTES.md <<EOF
Assets: {
- ${ZIP_ASSET} echo ""
- updates.xml echo "Assets:"
- SHA256SUMS.txt echo "- ${ZIP_ASSET}"
EOF echo "- updates.xml"
echo "- SHA256SUMS.txt"
} >> RELEASE_NOTES.md
- name: Upload build artifacts - name: Upload build artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4