From 5aafa0c79f6f04b61ce95cdcf2df378278f2bc12 Mon Sep 17 00:00:00 2001 From: Brendan Hay Date: Tue, 27 Oct 2020 16:24:27 +0100 Subject: [PATCH] build: abbreviate bootstrap.urbit.org/ci artefact system name --- ci.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.nix b/ci.nix index 9e03a56a7..094998705 100644 --- a/ci.nix +++ b/ci.nix @@ -103,7 +103,7 @@ in localLib.dimension "system" systems (systemName: # Push the tarball to the remote google storage bucket. release = let version = builtins.readFile ./pkg/urbit/version; - name = "urbit-v${version}-${system}"; + name = "urbit-v${version}-${systemName}"; in pushObject name "tar.gz" staticPackages.tarball; # Replace top-level pill attributes with push to google storage variants.