Add checkout to fetch the release file

This commit is contained in:
Arnaud 2025-10-13 11:48:51 +02:00
parent cd3103c3c8
commit d3ace838da
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -103,7 +103,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
steps: steps:
- uses: actions/download-artifact@v5 - name: Check out sources
uses: actions/checkout@v4
- name: Download artifacts
uses: actions/download-artifact@v5
with: with:
path: dist path: dist
- name: Create release - name: Create release