fix(release): unable to access change log

This commit is contained in:
Elian Doran 2025-04-17 22:17:30 +03:00
parent f6b5fb43f4
commit 8211fd36af
No known key found for this signature in database

View File

@ -95,6 +95,11 @@ jobs:
steps:
- run: mkdir upload
- uses: actions/checkout@v4
with:
sparse-checkout: |
docs/Release Notes
- name: Download all artifacts
uses: actions/download-artifact@v4
with: