git: Fix AUR release CI not having repo available anymore

This commit is contained in:
WerWolv
2025-12-21 20:09:50 +01:00
parent 76cf877115
commit 34bc55a648

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