Try to create tarball from the right folder

This commit is contained in:
Luis Ángel San Martín 2019-09-08 13:07:51 +02:00
parent f6d2dff10a
commit e1b5022d84

View File

@ -19,6 +19,7 @@ jobs:
libqt5opengl5-dev libglu1-mesa-dev libunarr-dev qtdeclarative5-dev
displayName: 'Install dependencies'
- script: |
cd $(Build.SourcesDirectory)
VERSION="$(cat common/yacreader_global.h | grep '#define VERSION "' | tr -d '#define VERSION' | tr -d '"' )"
.\mktarball.sh $VERSION.$(Build.BuildNumber)
mkdir tarball