From b8256c220cc5eeed92fcacc97a187e4a9fead1e7 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 13 May 2026 12:26:48 +0200 Subject: [PATCH] Add checkout step to publish-release job --- .gitea/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c595bf3..f151169 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -35,6 +35,9 @@ jobs: runs-on: ubuntu-26.04 needs: build_arch steps: + - name: Checkout Current Repo + uses: actions/checkout@v4 + - name: Download Artifact uses: actions/download-artifact@v3 with: