From ec777f956abfd8c406705e94a11fa28df7150adf Mon Sep 17 00:00:00 2001 From: AB-UK Date: Thu, 11 Jun 2026 00:56:34 +0100 Subject: [PATCH] Fixed ci --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e48b21..3fbd94b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,6 +78,9 @@ jobs: permissions: contents: write steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Download build artifacts uses: actions/download-artifact@v4 with: