From e568136a2059ef6276fad07cc8bd2b0b897ee917 Mon Sep 17 00:00:00 2001 From: Goooler Date: Thu, 8 Aug 2024 14:04:24 +0800 Subject: [PATCH] Path --- .github/workflows/notes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notes.yml b/.github/workflows/notes.yml index 3e74e365b..5630a2690 100644 --- a/.github/workflows/notes.yml +++ b/.github/workflows/notes.yml @@ -10,7 +10,7 @@ jobs: - name: Extract release notes uses: ffurrer2/extract-release-notes@v2 with: - changelog_file: src/docs/changes/README.md + changelog_file: ./src/docs/changes/README.md release_notes_file: RELEASE_NOTES.md - name: Print run: cat RELEASE_NOTES.md \ No newline at end of file