From b93638b97a80e0d77e08ce4f71b511b24c376c62 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Tue, 2 Dec 2025 20:36:35 +0100 Subject: [PATCH] fix: allow application/octet-stream for a Remote taskfile (#2536) --- taskfile/taskfile.go | 1 + 1 file changed, 1 insertion(+) diff --git a/taskfile/taskfile.go b/taskfile/taskfile.go index e209444a..75d358f5 100644 --- a/taskfile/taskfile.go +++ b/taskfile/taskfile.go @@ -28,6 +28,7 @@ var ( "text/x-yaml", "application/yaml", "application/x-yaml", + "application/octet-stream", } )