fix: checkout changelog for release

This commit is contained in:
particle-box
2026-01-19 23:04:33 +05:30
parent 2912d211a5
commit e49146504a

View File

@@ -207,6 +207,10 @@ jobs:
needs: [job_armv7, job_armv8]
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Download all build artifacts
uses: actions/download-artifact@v4
with: