Merge pull request #422 from YACReader/tarball

Remove the build number from the tarball
This commit is contained in:
Luis Ángel San Martín 2024-02-15 08:22:53 +01:00 committed by GitHub
commit 390883080d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ jobs:
- script: |
cd $(Build.SourcesDirectory)
VERSION="$(cat common/yacreader_global.h | grep '#define VERSION "' | tr -d '#define VERSION' | tr -d '"' )"
./mktarball.sh $VERSION.$(Build.BuildNumber)
./mktarball.sh $VERSION
mkdir tarball
cp yacreader-*-src.tar.xz* tarball\
displayName: 'Create tarball'