mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 22:34:25 -07:00
build artifact in project directory
This commit is contained in:
parent
cbf9c52c73
commit
b83cea0df1
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue