From 93ca253d1a1714ed0739e54db24c6b10a317998a Mon Sep 17 00:00:00 2001 From: Lake Date: Sat, 20 Sep 2025 12:58:15 +1000 Subject: [PATCH] [no ci] fixed github cicd --- .github/workflows/create-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-image.yaml b/.github/workflows/create-image.yaml index eb41129..a194f79 100644 --- a/.github/workflows/create-image.yaml +++ b/.github/workflows/create-image.yaml @@ -46,7 +46,7 @@ jobs: echo "Unity Version: $VERSION" - name: Docker Build - run: .gitea/workflows/scripts/build-individual-image.sh + run: .gitea/workflows/scripts/build-runner-image.sh id: build-image env: UNITY_VERSION: ${{ env.UNITY_VERSION }}