From 0e01046b5832feeccdf9ea379bbaaf3fb650c7fd Mon Sep 17 00:00:00 2001 From: alk <45172705+altalk23@users.noreply.github.com> Date: Sat, 13 Apr 2024 01:13:40 +0300 Subject: [PATCH] fix dependencies for macos --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f9c03d0..a682a47 100644 --- a/action.yml +++ b/action.yml @@ -196,7 +196,7 @@ runs: mkdir -p "$CLI_PROFILE/geode/mods" # for mac mkdir -p "$CLI_PROFILE/Contents/geode/mods" - geode profile add --name GithubActions "$CLI_PROFILE" win + geode profile add --name GithubActions "$CLI_PROFILE/GeometryDash.exe" win geode sdk install "${{ github.workspace }}/geode-sdk-clone"