From 4f8c5d0ea793ef32eaf901a40c7e100b39b49797 Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Thu, 29 Aug 2024 18:16:23 -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 9e04c10..f950fd9 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 +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