Skip to content

Commit

Permalink
specify platform in profile add
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 authored Apr 12, 2024
1 parent b5bda0e commit c367f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
geode profile add --name GithubActions "$CLI_PROFILE" win
geode sdk install "${{ github.workspace }}/geode-sdk-clone"
Expand Down

0 comments on commit c367f22

Please sign in to comment.