Skip to content

Commit

Permalink
Update build-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
randomlogin authored Oct 1, 2024
1 parent b05a00f commit d15e5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d15e5b1

Please sign in to comment.