diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c36637b1f..84f5c09c59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -538,6 +538,11 @@ jobs: needs: [get_artifact_name, linux-portable, android, linux-appimage, macos-universal, windows] if: startsWith(github.ref, 'refs/tags/v') steps: + - name: Checkout + uses: actions/checkout@v4 + with: + sparse-checkout: | + distribution/changelog.txt - name: Download artifacts uses: actions/download-artifact@v4 with: