From bcc610be942deaa87aaffe756de52fd1af3a67e3 Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Fri, 27 Jun 2025 21:06:48 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=BF=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-stable.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/publish-stable.yml b/.github/workflows/publish-stable.yml index f43832d68f..a69a65bbc8 100644 --- a/.github/workflows/publish-stable.yml +++ b/.github/workflows/publish-stable.yml @@ -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: