From 92fa2a9aabc61343e144f3c48db8e77c363af4c7 Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Thu, 29 Aug 2024 18:17:20 -0400 Subject: [PATCH] wip: fixes earthfile path --- forge/actions/install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge/actions/install/action.yml b/forge/actions/install/action.yml index f950fd9..7523d1f 100644 --- a/forge/actions/install/action.yml +++ b/forge/actions/install/action.yml @@ -28,4 +28,4 @@ runs: - name: Build Forge CLI shell: bash run: | - earthly --artifact forge/cli+build/forge /usr/local/bin/forge \ No newline at end of file + earthly --artifact ./forge/cli+build/forge /usr/local/bin/forge \ No newline at end of file