From 73d1bcc90ed1241aac327e9d212c19af82d3752b Mon Sep 17 00:00:00 2001 From: maesi Date: Sun, 15 Feb 2026 19:56:11 +0100 Subject: [PATCH] fix: add missing checkout --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49ee05b56..350f6accd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -128,6 +128,7 @@ jobs: needs: build-dashboard runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - name: Download dashboard uses: actions/download-artifact@v4 with: