From d15e5b13c7f7770265a7ae3a8b6c666e31f6d402 Mon Sep 17 00:00:00 2001 From: Alexander Shevtsov <1616179+randomlogin@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:52:07 +0200 Subject: [PATCH] Update build-linux.yml --- .github/workflows/build-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index e5d4b369..430b9c13 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -65,7 +65,7 @@ jobs: - name: Get version id: run_version run: | - VERSION=$(./build/linux/appdir/user/bin/fingertip --version) + VERSION=$(./builds/linux/appdir/user/bin/fingertip --version) echo "VERSION=${VERSION}" >> $GITHUB_ENV # Store version in the environment variable - name: Store fingertip binary