mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
git: Properly set version variable in nightly release CI
This commit is contained in:
5
.github/workflows/nightly_release.yml
vendored
5
.github/workflows/nightly_release.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user