You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a job, dependent on the success of all packaging steps, to download the
generated artifacts and attach them to a newly-created draft release. The
created draft release description is populated with auto-generated release
notes [1].
Note the intermediate step "Consolidate artifact directory"; because
downloading all artifacts with the 'download-artifacts' action creates a
wrapper directory around each artifact [2], we remove those wrappers by
moving all files into a single consolidated 'artifacts' directory before
running the release creation & attachment script.
[1] https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
[2] https://github.com/actions/download-artifact#download-all-artifacts
Signed-off-by: Victoria Dye <[email protected]>
0 commit comments