Активирована сборка SunrisePrivate в publish-test.yml, добавлены шаги для клонирования и перемещения файлов.
This commit is contained in:
parent
172cac205e
commit
a544bf841c
1 changed files with 8 additions and 10 deletions
18
.github/workflows/publish-test.yml
vendored
18
.github/workflows/publish-test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue