mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Try to create tarball from the right folder
This commit is contained in:
parent
f6d2dff10a
commit
e1b5022d84
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user