Travis: dynamically find artifacts to upload

This commit is contained in:
Palakis
2017-04-15 22:30:41 +02:00
parent 906d986f4b
commit 32440580f6
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ language: cpp
addons:
artifacts:
paths:
- $(dirname $(pwd))/obs-websocket/build/package/*
- $(ls "$(dirname $(pwd))/obs-websocket/build/package")
matrix:
include:

View File

@ -20,4 +20,4 @@ checkinstall -y --type=debian --fstrans=no --nodoc \
--requires="obs-studio,libqt5websockets5" --pkggroup="video" \
--pakdir="$(dirname $(pwd))/package"
ls -lh /root/package
ls -lh ./package