mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 21:11:12 +00:00
pack repo info
This commit is contained in:
8
.github/workflows/conda-pack-build.yml
vendored
8
.github/workflows/conda-pack-build.yml
vendored
@@ -242,6 +242,10 @@ jobs:
|
|||||||
echo Adding: verify_installation.py
|
echo Adding: verify_installation.py
|
||||||
copy scripts\verify_installation.py dist-package\
|
copy scripts\verify_installation.py dist-package\
|
||||||
|
|
||||||
|
rem Copy source code repository (including .git)
|
||||||
|
echo Adding: Uni-Lab-OS source repository
|
||||||
|
robocopy . dist-package\Uni-Lab-OS /E /XD dist-package /NFL /NDL /NJH /NJS /NC /NS || if %ERRORLEVEL% LSS 8 exit /b 0
|
||||||
|
|
||||||
rem Create README using Python script
|
rem Create README using Python script
|
||||||
echo Creating: README.txt
|
echo Creating: README.txt
|
||||||
python scripts\create_readme.py ${{ matrix.platform }} ${{ github.event.inputs.branch }} dist-package\README.txt
|
python scripts\create_readme.py ${{ matrix.platform }} ${{ github.event.inputs.branch }} dist-package\README.txt
|
||||||
@@ -274,6 +278,10 @@ jobs:
|
|||||||
echo "Adding: verify_installation.py"
|
echo "Adding: verify_installation.py"
|
||||||
cp scripts/verify_installation.py dist-package/
|
cp scripts/verify_installation.py dist-package/
|
||||||
|
|
||||||
|
# Copy source code repository (including .git)
|
||||||
|
echo "Adding: Uni-Lab-OS source repository"
|
||||||
|
rsync -a --exclude='dist-package' . dist-package/Uni-Lab-OS
|
||||||
|
|
||||||
# Create README using Python script
|
# Create README using Python script
|
||||||
echo "Creating: README.txt"
|
echo "Creating: README.txt"
|
||||||
python scripts/create_readme.py ${{ matrix.platform }} ${{ github.event.inputs.branch }} dist-package/README.txt
|
python scripts/create_readme.py ${{ matrix.platform }} ${{ github.event.inputs.branch }} dist-package/README.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user