From d3ace838da8744bccae8a732cdd25d12c0491dff Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 13 Oct 2025 11:48:51 +0200 Subject: [PATCH] Add checkout to fetch the release file --- .github/workflows/artifacts.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 0bd15fb..2e1707e 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -103,7 +103,10 @@ jobs: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/') steps: - - uses: actions/download-artifact@v5 + - name: Check out sources + uses: actions/checkout@v4 + - name: Download artifacts + uses: actions/download-artifact@v5 with: path: dist - name: Create release