упс
This commit is contained in:
parent
6f7cbb93f1
commit
bcc610be94
1 changed files with 11 additions and 0 deletions
11
.github/workflows/publish-stable.yml
vendored
11
.github/workflows/publish-stable.yml
vendored
|
|
@ -17,6 +17,17 @@ jobs:
|
|||
- uses: actions/checkout@v3.6.0
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Checkout SunrisePrivate
|
||||
uses: actions/checkout@v2
|
||||
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: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v3.2.0
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue