build artifact in project directory

This commit is contained in:
jh 2019-09-10 18:22:40 -07:00
commit b83cea0df1

View file

@ -33,7 +33,7 @@ install:
- cmd: xcopy .\deepfacelab .\DeepFaceLab%ARCH%\_internal\DeepFaceLab\ /Y /O /X /E /H /K
- cmd: dir .\DeepFaceLab%ARCH%\_internal
- cmd: dir .\DeepFaceLab%ARCH%\_internal\DeepFaceLab
- cmd: 7z a %ARCHIVE_NAME%.7z -tzip -mx=1 -r DeepFaceLab%ARCH%\
- cmd: 7z a .\deepfacelab\%ARCHIVE_NAME%.7z -tzip -mx=1 -r DeepFaceLab%ARCH%\
- cmd: dir
build: off
@ -56,7 +56,7 @@ build: off
# - '%PYTHON%\python.exe setup.py bdist_wheel'
artifacts:
- path: ..\%ARCHIVE_NAME%.7z
- path: .\%ARCHIVE_NAME%.7z
#on_success:
# You can use this step to upload your artifacts to a public website.