Fix gha api release file path

The switch to actions/download-artifacts v5.0.0 changed the output path
to no longer include the name specified by upload.

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-10-07 14:30:00 -07:00
parent 7669bb4f04
commit 0f3c5484f4

View File

@@ -77,4 +77,4 @@ jobs:
draft: false
make_latest: false
prerelease: ${{ contains(github.ref, 'beta') || contains(github.ref, 'rc') }}
body_path: ./builds/containerd-release-notes/release-notes.md
body_path: ./builds/release-notes.md