From 8b0b9d1b9cfca9bb3f3bfac0d43e83c224716214 Mon Sep 17 00:00:00 2001 From: Lachee Date: Sat, 17 May 2025 12:04:26 +1000 Subject: [PATCH] tweaked create image --- .gitea/workflows/{build-latest-image.yaml => create-image.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .gitea/workflows/{build-latest-image.yaml => create-image.yaml} (98%) diff --git a/.gitea/workflows/build-latest-image.yaml b/.gitea/workflows/create-image.yaml similarity index 98% rename from .gitea/workflows/build-latest-image.yaml rename to .gitea/workflows/create-image.yaml index 137165f..2433b46 100644 --- a/.gitea/workflows/build-latest-image.yaml +++ b/.gitea/workflows/create-image.yaml @@ -9,7 +9,7 @@ on: inputs: unity_version: description: 'Unity Version' - required: true + required: false default: '6000.0.35f1' type: string platform: