Активирована сборка SunrisePrivate в publish-test.yml, добавлены шаги для клонирования и перемещения файлов.

This commit is contained in:
Vigers Ray 2026-01-07 05:28:44 +01:00
parent 172cac205e
commit a544bf841c

View file

@ -24,17 +24,15 @@ jobs:
with:
submodules: 'recursive'
# Не включать пока приват не будет обновлен к мастеру
- name: Checkout SunrisePrivate
uses: actions/checkout@v4.2.2
with:
repository: ${{ secrets.SUNRISE_PRIVATE_REPO }}
path: SunrisePrivate
ssh-key: ${{ secrets.SUNRISE_PRIVATE_REPO_SSH_KEY }}
#- name: Checkout SunrisePrivate
# uses: actions/checkout@v4.2.2
# with:
# repository: ${{ secrets.SUNRISE_PRIVATE_REPO }}
# path: SunrisePrivate
# ssh-key: ${{ secrets.SUNRISE_PRIVATE_REPO_SSH_KEY }}
#- name: Move Sunrise Private files
# run: python3 Tools/_sunrise/move_private.py --clone-dir "SunrisePrivate" --target-dirs "Resources" "Content.Client" "Content.Server" "Content.Shared"
- name: Move Sunrise Private files
run: python3 Tools/_sunrise/move_private.py --clone-dir "SunrisePrivate" --target-dirs "Resources" "Content.Client" "Content.Server" "Content.Shared"
- name: Setup .NET Core
uses: actions/setup-dotnet@v4.1.0