From 4cb89ff3716fac4f4ee0493fa81e3c1cdac081bb Mon Sep 17 00:00:00 2001 From: DevTwilight Date: Tue, 15 Sep 2026 13:19:54 +0530 Subject: [PATCH] ci: fix release artifact filenames --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e099ff..250096d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,8 +94,8 @@ jobs: - name: Create godot-addon.zip run: | - zip -r godscript-formatter.zip addons/GDQuest_GDScript_formatter/ - zip -r godscript-formatter-standalone.zip addons/GDQuest_GDScript_formatter_standalone/ + zip -r godot-addon.zip addons/GDQuest_GDScript_formatter/ + zip -r godot-addon-gdextension.zip addons/GDQuest_GDScript_formatter_standalone/ shell: bash - name: Upload artifact