mirror of https://github.com/WerWolv/ImHex
git: Properly set version variable in nightly release CI
This commit is contained in:
parent
5a318da8ca
commit
a9faba5cec
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue