From 34720ff33f9c54b5292c5ae5a5cc85e1e1db1ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Mon, 7 Oct 2024 21:13:37 +0200 Subject: [PATCH] Checkout changelog.txt --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: