From 95187a50add02ff52ad2b35b7b059f1bd259711c Mon Sep 17 00:00:00 2001 From: ThereDrD <88589686+ThereDrD0@users.noreply.github.com> Date: Sat, 3 Jan 2026 21:15:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=B0=D0=B1=D0=BB=D0=B8=D1=88=D0=B0?= =?UTF-8?q?=20(#3598)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-stable.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-stable.yml b/.github/workflows/publish-stable.yml index 05c35258fc..2f41898550 100644 --- a/.github/workflows/publish-stable.yml +++ b/.github/workflows/publish-stable.yml @@ -6,6 +6,12 @@ concurrency: on: workflow_dispatch: + inputs: + private_commit_hash: + description: 'Commit hash for SunrisePrivate (leave empty for latest). USE ONLY IF YOU KNOW WHAT ARE YOU DOING' + required: false + type: string + default: '' jobs: build: @@ -34,6 +40,7 @@ jobs: repository: ${{ secrets.SUNRISE_PRIVATE_REPO }} path: SunrisePrivate ssh-key: ${{ secrets.SUNRISE_PRIVATE_REPO_SSH_KEY }} + ref: ${{ inputs.private_commit_hash }} - name: Move Sunrise Private files run: python3 Tools/_sunrise/move_private.py --clone-dir "SunrisePrivate" --target-dirs "Resources" "Content.Client" "Content.Server" "Content.Shared" @@ -41,7 +48,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v4.1.0 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Get Engine Tag run: |