mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Travis: Linux upload still not working
This commit is contained in:
parent
52c9816db2
commit
045ae058a3
@ -3,7 +3,7 @@ language: cpp
|
|||||||
addons:
|
addons:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- $(ls "$(dirname $(pwd))/obs-websocket/package")
|
- $(ls $(dirname $(pwd))/obs-websocket/package)
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
@ -20,4 +20,4 @@ checkinstall -y --type=debian --fstrans=no --nodoc \
|
|||||||
--requires="obs-studio,libqt5websockets5" --pkggroup="video" \
|
--requires="obs-studio,libqt5websockets5" --pkggroup="video" \
|
||||||
--pakdir="$(dirname $(pwd))/package"
|
--pakdir="$(dirname $(pwd))/package"
|
||||||
|
|
||||||
ls -lh ./package
|
ls -lh /root/obs-websocket/package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user