From 7570c3018d4765ef29476d8968e8fd99641049ec Mon Sep 17 00:00:00 2001 From: Evan Date: Mon, 16 Oct 2023 22:04:43 -0400 Subject: [PATCH] Use binary shim --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 336e73f..5be29d8 100644 --- a/action.yml +++ b/action.yml @@ -26,5 +26,5 @@ outputs: status: description: 'The upload status' runs: - using: 'go' - main: 'main.go' + using: node16 + main: invoke-binary.js