diff --git a/ci/release.nix b/ci/release.nix index 01875e5a2d..f55f992154 100644 --- a/ci/release.nix +++ b/ci/release.nix @@ -11,5 +11,5 @@ let ci = import ./ci.nix { inherit src releaseVersion; }; in if !doRelease then {} else { - publish.dfx.x86_64-linux = ci.publish.dfx.x86_64-linux; + publish.dfx = ci.publish.dfx; }