mirror of
https://github.com/containerd/containerd.git
synced 2026-08-12 22:16:27 +00:00
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:
2
.github/workflows/api-release.yml
vendored
2
.github/workflows/api-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user