git: Properly set version variable in nightly release CI

This commit is contained in:
WerWolv 2025-08-08 17:46:11 +02:00
parent 5a318da8ca
commit a9faba5cec
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@ jobs:
path: ImHex
submodules: recursive
- name: 📜 Set version variable
run: |
project_version=`cat ImHex/VERSION`
echo "IMHEX_VERSION=$project_version" >> $GITHUB_ENV
- name: ⬇️ Download artifacts from latest workflow
uses: dawidd6/action-download-artifact@v6
with: