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]
|
needs: [build-client, build-wheels, build-pyinstaller, build-appimage]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout swingmusic
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
sparse-checkout: |
|
||||||
|
.github/changelog.md
|
||||||
|
|
||||||
- name: Download client artifact
|
- name: Download client artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user