1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-16 07:22:34 +02:00

Fix artifact path to contain only bin

This commit is contained in:
Elias Steurer 2020-08-11 19:33:35 +02:00
parent f1028d15d4
commit d7411d1232

View File

@ -35,11 +35,11 @@ build:windows:
- windeployqt.exe --release --qmldir ../../ScreenPlay/qml ScreenPlay.exe
- windeployqt.exe --release --qmldir ../../ScreenPlayWidget ScreenPlayWidget.exe
- windeployqt.exe --release --qmldir ../../ScreenPlayWallpaper ScreenPlayWallpaper.exe
- del *.cpp,*.moc,*.h,*.obj,*.res,*.exp,*.lib,*.lik,*.pch, *.ninja, *.exe.manifest, *.cbp, *.cmake, *.ninja_log, *.ninja_deps
- del *.cpp,*.moc,*.h,*.obj,*.res,*.exp,*.lib,*.lik,*.pch, *.ninja, *.exe.manifest, *.cbp, *.cmake, *.ninja_log, *.ninja_deps *.manifest
artifacts:
expire_in: '12 weeks'
paths:
- BUILD_WINDOWS/
- BUILD_WINDOWS/bin/
build_docs:
stage: .post