From 047c39e2c75799f8e3ddd763eed7be8cef2599a5 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 21 May 2023 11:12:53 +0200 Subject: [PATCH] build: Checkout repo properly in release CI --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a47697e1..73dad629b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,11 @@ jobs: name: Release Update Repos steps: + - name: 🧰 Checkout + uses: actions/checkout@v3 + with: + path: ImHex + - name: 📜 Verify version and set version variable run: | project_version=`cat ImHex/VERSION`