From 60e532b604fe81e6b5d5e66ecad6fcd362bed49f Mon Sep 17 00:00:00 2001 From: Nix <75538775+nixietab@users.noreply.github.com> Date: Tue, 31 Dec 2024 11:17:22 -0300 Subject: [PATCH] Update Build.yml --- .github/workflows/Build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 9476501..9fd0b05 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -38,8 +38,8 @@ jobs: - name: Read version and name from version.json id: version run: | - VERSION=$(jq -r '.version' version.json) - NAME=$(jq -r '.name' version.json) + $VERSION = (jq -r '.version' version.json) + $NAME = (jq -r '.name' version.json) echo "VERSION=$VERSION" >> $GITHUB_ENV # Store version in the environment variable echo "NAME=$NAME" >> $GITHUB_ENV # Store name in the environment variable