From 14305081214df8fe7fcaff71763e1e61f674eb37 Mon Sep 17 00:00:00 2001 From: bartfaik04 Date: Sat, 7 Jun 2025 11:57:17 +0200 Subject: [PATCH] Checkout in release job --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4667d9c..f9170f5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -40,6 +40,9 @@ jobs: container: image: node:20 steps: + - name: Checkout code + uses: actions/checkout@v3 + - name: Install build tools run: apt update && apt install -y zip