mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-08-04 19:15:33 +02:00
a441987adb
Add .github/workflows/release.yml, triggered manually via workflow_dispatch,
with two independent actions:
- sync-from-source-build: copy every top-level file from source-build
except .github/ onto master as a single commit
- draft-github-release: create a draft GitHub release from master's current
script, with an auto-drafted changelog assembled from source-build.
This replaces merging source-build into master that caused modify/delete
conflict of the master-only workflows.