From 34bc55a6489b47cd0b1536ccda2d1c34aa1615ba Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 21 Dec 2025 20:09:50 +0100 Subject: [PATCH] git: Fix AUR release CI not having repo available anymore --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34898a5b9..d4dc20cd2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -190,6 +190,11 @@ jobs: needs: release-upload-artifacts runs-on: ubuntu-24.04 steps: + - name: 🧰 Checkout + uses: actions/checkout@v4 + with: + path: ImHex + - name: ⬇️ Download artifacts run: | tagname=${GITHUB_REF#refs/tags/}