mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-08 03:52:42 +01:00
Fix artifact path to contain only bin
This commit is contained in:
parent
f1028d15d4
commit
d7411d1232
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user