From 71a7ae70d0402adbbe62b250b4c1911478cc3d9e Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 23 Jul 2022 20:42:59 +0200 Subject: [PATCH] git: Fixed Arch Linux CI build issue --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c88ce0e6..8597c1446 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -345,7 +345,7 @@ jobs: - name: 📜 Set version variable run: | - echo "version=`cat VERSION`" >> $GITHUB_ENV + echo "IMHEX_VERSION=`cat VERSION`" >> $GITHUB_ENV - name: ✒️ Prepare PKGBUILD run: |