Skip to content

Commit

Permalink
HRINT-3937 use File Version instead of File Version Number
Browse files Browse the repository at this point in the history
  • Loading branch information
gregolsky committed Feb 21, 2025
1 parent 604b659 commit 35b93b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
filePath="RavenDB/Server/Raven.Server.dll"
tar -xvf $tarName $filePath
sudo apt install -y libimage-exiftool-perl
number=$(exiftool $filePath | grep 'File Version Number' | cut -d. -f 4)
number=$(exiftool $filePath | egrep 'File Version[ ]+:' | cut -d. -f 4)
echo "BUILD_NUMBER=$number" >> $GITHUB_ENV
working-directory: ravendb/scripts/linux/pkg/deb/temp

Expand Down

0 comments on commit 35b93b8

Please sign in to comment.