Trying to fix Github actions 16.
This commit is contained in:
parent
df7cb77af9
commit
04313ef636
2 changed files with 0 additions and 4 deletions
|
@ -22,7 +22,6 @@ license = COPYING
|
||||||
licenseName = GNU General Public License v3.0
|
licenseName = GNU General Public License v3.0
|
||||||
script = ports/deploy/installscript.@TARGET_PLATFORM@.qs
|
script = ports/deploy/installscript.@TARGET_PLATFORM@.qs
|
||||||
changeLog = ChangeLog
|
changeLog = ChangeLog
|
||||||
verbose = true
|
|
||||||
|
|
||||||
[Nsis]
|
[Nsis]
|
||||||
organization = Webcamoid
|
organization = Webcamoid
|
||||||
|
|
|
@ -36,6 +36,3 @@ python3 ./DeployTools/deploy.py \
|
||||||
-d "${INSTALL_PREFIX}" \
|
-d "${INSTALL_PREFIX}" \
|
||||||
-c "${BUILD_PATH}/package_info.conf" \
|
-c "${BUILD_PATH}/package_info.conf" \
|
||||||
-o "${PACKAGES_DIR}"
|
-o "${PACKAGES_DIR}"
|
||||||
|
|
||||||
echo Checking packages directory
|
|
||||||
find ${PACKAGES_DIR} -type f
|
|
||||||
|
|
Loading…
Reference in a new issue