From c130bb5fdafcc7eb4719a87dfafcb565da73c90c Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Mon, 9 May 2022 12:31:03 +0200 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 6deea60..b384a4b 100644 --- a/action.yml +++ b/action.yml @@ -17,10 +17,10 @@ inputs: description: 'The target triple to build against' debug: description: 'Builds with the debug flag' - default: 'false' + default: false outputs: artifacts: - description: '' + description: 'JSON array of artifact paths produced by the build command' runs: using: 'node16' main: 'dist/index.js'