mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Remove the build number from the tarball
This commit is contained in:
parent
b8d5f351e5
commit
d913da6c8c
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user