From e15bcb51aa532fc0bd6569a9736c59424c421294 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Thu, 27 Oct 2022 14:12:46 +0200 Subject: [PATCH] git: Fix setting of version env var on Windows --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8bd2765f2..1cb3cae43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,10 +28,6 @@ jobs: with: submodules: recursive - - name: 📜 Set version variable - run: | - echo "IMHEX_VERSION=`cat VERSION`" >> $GITHUB_ENV - - name: 📜 Setup ccache uses: hendrikmuhs/ccache-action@v1.2 id: cache-ccache @@ -63,6 +59,10 @@ jobs: freetype:p dlfcn:p + - name: 📜 Set version variable + run: | + echo "IMHEX_VERSION=`cat VERSION`" >> $GITHUB_ENV + # Windows cmake build - name: 🛠️ Build run: |