From 5c28d34300d6d09fbc37ee3a4786a4968049f1ce Mon Sep 17 00:00:00 2001 From: Brendan Hay Date: Wed, 28 Oct 2020 12:55:29 +0100 Subject: [PATCH] build: removing extraneous '.' from object key --- ci.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci.nix b/ci.nix index cf4b242e3..8691d948c 100644 --- a/ci.nix +++ b/ci.nix @@ -35,7 +35,7 @@ let inherit serviceAccountKey name contentMD5 contentType; bucket = "bootstrap.urbit.org"; - object = "ci/${lib.removeSuffix extension name}.${sha256}.${extension}"; + object = "ci/${lib.removeSuffix extension name}${sha256}.${extension}"; file = drv.out; }; @@ -107,9 +107,9 @@ in localLib.dimension "system" systems (systemName: # Push the tarball to the remote google storage bucket. release = pushObject { name = tarball.name; + drv = tarball; extension = tarball.meta.extension; contentType = "application/x-gtar"; - drv = tarball; }; # Replace top-level pill attributes with push to google storage variants.