From 4f0462e47489289172422a323de8fb433d60ba8b Mon Sep 17 00:00:00 2001 From: Joel Timothy Oh Date: Sat, 7 Sep 2024 17:17:16 +0000 Subject: [PATCH] Fix (ci): Fix uploading of artifacts in release job --- .github/workflows/ci-master-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-master-pr.yml b/.github/workflows/ci-master-pr.yml index 288c588..1ba12aa 100644 --- a/.github/workflows/ci-master-pr.yml +++ b/.github/workflows/ci-master-pr.yml @@ -245,6 +245,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: release-notes + include-hidden-files: true path: .release-notes.md - name: Create release if: startsWith(github.ref, 'refs/tags/')