From 24e78fc945c460ab84abc3d5c596eea0738c5820 Mon Sep 17 00:00:00 2001 From: William Boman Date: Sat, 14 Jan 2023 12:56:31 +0100 Subject: fix(editorconfig-checker): update Windows assets (#904) CI failed at https://github.com/mason-org/mason-registry/pull/310. --- lua/mason-registry/editorconfig-checker/init.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/mason-registry/editorconfig-checker/init.lua b/lua/mason-registry/editorconfig-checker/init.lua index e7441621..486c832e 100644 --- a/lua/mason-registry/editorconfig-checker/init.lua +++ b/lua/mason-registry/editorconfig-checker/init.lua @@ -22,8 +22,10 @@ return Pkg.new { when(platform.is.linux_arm64_openbsd, "ec-openbsd-arm64.tar.gz"), when(platform.is.linux_arm64, "ec-linux-arm64.tar.gz"), when(platform.is.linux_x64, "ec-linux-amd64.tar.gz"), - when(platform.is.win_x86, "ec-windows-386.tar.gz"), - when(platform.is.win_x64, "ec-windows-amd64.tar.gz") + when(platform.is.win_x86, "ec-windows-386.exe.tar.gz"), + when(platform.is.win_x64, "ec-windows-amd64.exe.tar.gz"), + when(platform.is.win_arm64, "ec-windows-arm64.exe.tar.gz"), + when(platform.is.win_arm, "ec-windows-arm.exe.tar.gz") ), } source.with_receipt() -- cgit v1.2.3-70-g09d2