build: Checkout repo properly in release CI

This commit is contained in:
WerWolv 2023-05-21 11:12:53 +02:00
parent dc8245ce4c
commit 047c39e2c7
1 changed files with 5 additions and 0 deletions

View File

@ -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`