diff --git a/flake.nix b/flake.nix index 9a0e2f7..905a1ab 100644 --- a/flake.nix +++ b/flake.nix @@ -113,8 +113,6 @@ ]; script = [ "nix build .#nix-coder-image --system $SYSTEM" - ]; - after_script = [ "install -D result dist/nix-coder-image_\${SYSTEM}.tar.gz" ]; artifacts.paths = ["dist/"];