From a4df8fc588d3fed5de908563b37a263f7cfac040 Mon Sep 17 00:00:00 2001 From: John Doty Date: Fri, 16 Aug 2024 10:29:37 -0700 Subject: [PATCH] This is a better name for the build --- release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.py b/release.py index 381a2a7..0fa912b 100644 --- a/release.py +++ b/release.py @@ -40,7 +40,7 @@ build = { "linux": BuildSettings( target="x86_64-unknown-linux-musl", ), - "deb": BuildSettings( + "debian": BuildSettings( target="x86_64-unknown-linux-musl", test=False, archive=Archive.DEB,