Add sparse checkout for changelog in build workflow

This commit is contained in:
cwilvx
2025-08-28 19:39:42 +03:00
parent e57d4c6596
commit 8a767c04a3
+6
View File
@@ -309,6 +309,12 @@ jobs:
needs: [build-client, build-wheels, build-pyinstaller, build-appimage]
steps:
- name: Checkout swingmusic
uses: actions/checkout@v4
with:
sparse-checkout: |
.github/changelog.md
- name: Download client artifact
uses: actions/download-artifact@v4
with: