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
|
libqt5opengl5-dev libglu1-mesa-dev libunarr-dev qtdeclarative5-dev
|
||||||
displayName: 'Install dependencies'
|
displayName: 'Install dependencies'
|
||||||
- script: |
|
- script: |
|
||||||
|
cd $(Build.SourcesDirectory)
|
||||||
VERSION="$(cat common/yacreader_global.h | grep '#define VERSION "' | tr -d '#define VERSION' | tr -d '"' )"
|
VERSION="$(cat common/yacreader_global.h | grep '#define VERSION "' | tr -d '#define VERSION' | tr -d '"' )"
|
||||||
.\mktarball.sh $VERSION.$(Build.BuildNumber)
|
.\mktarball.sh $VERSION.$(Build.BuildNumber)
|
||||||
mkdir tarball
|
mkdir tarball
|
||||||
|
Loading…
x
Reference in New Issue
Block a user