From 2ffab308af4c554fb5817be749e597e33b600d35 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 1 May 2026 13:16:53 +0000 Subject: [PATCH] ci: fix release notes lookup path to docs/release-notes/ Agent-Logs-Url: https://github.com/Marcogn/3ds-zip-extractor/sessions/1e817012-0553-4f54-82e9-55e230abef9a Co-authored-by: Marcogn <54799180+Marcogn@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88f17ad..aa58ef9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: id: notes run: | tag="${GITHUB_REF##refs/tags/}" - file="RELEASE_NOTES_${tag}.md" + file="docs/release-notes/RELEASE_NOTES_${tag}.md" if [ -f "$file" ]; then echo "Using release notes from $file" echo "body_path=$file" >> "$GITHUB_OUTPUT"