mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 10:02:47 +03:00
build: abbreviate bootstrap.urbit.org/ci artefact system name
This commit is contained in:
parent
de17409fd6
commit
5aafa0c79f
2
ci.nix
2
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.
|
||||
|
Loading…
Reference in New Issue
Block a user