From b376519e1bcc85be05daeba344aabbfe8465efca Mon Sep 17 00:00:00 2001 From: Junya Morioka Date: Sun, 18 Jan 2026 00:29:20 +0900 Subject: [PATCH] fix: add runner tag for Linux self-hosted runner --- .github/workflows/_build_linux_self_host.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_build_linux_self_host.yml b/.github/workflows/_build_linux_self_host.yml index d7b4765..6e2b0b4 100644 --- a/.github/workflows/_build_linux_self_host.yml +++ b/.github/workflows/_build_linux_self_host.yml @@ -27,7 +27,7 @@ on: description: "Runner type" required: false type: string - default: '["self-hosted"]' + default: '["self-hosted", "Linux", "x64"]' is-upload: description: "Whether to upload the release asset" required: false