git: Fix AUR release CI not having repo available anymore

(cherry picked from commit 34bc55a648)
This commit is contained in:
WerWolv
2025-12-21 20:09:50 +01:00
parent 8b14a4775b
commit 33e315709a

View File

@@ -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/}