mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
Add sparse checkout for changelog in build workflow
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user