From 80c09ea0420e0e7687873dfeb0e24596223a4648 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Sat, 23 Dec 2023 14:19:14 -0700 Subject: [PATCH] Make sure to source the correct location --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f494b33..b1f66a9 100644 --- a/action.yml +++ b/action.yml @@ -56,7 +56,7 @@ runs: id: args shell: bash run: | - source lib.sh + source "${{github.action_path}}/lib.sh" setOutputVar \ arch \ "$(toFlagsArray arch-name "$arch")"