mirror of https://github.com/WerWolv/ImHex.git
build: Checkout repo properly in release CI
This commit is contained in:
parent
dc8245ce4c
commit
047c39e2c7
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue