diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 458861c9d..030e8e8d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,6 +95,11 @@ jobs: steps: - run: mkdir upload + - uses: actions/checkout@v4 + with: + sparse-checkout: | + docs/Release Notes + - name: Download all artifacts uses: actions/download-artifact@v4 with: