mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Try to create tarball from the right folder
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user