We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a0ed2 commit 7319299Copy full SHA for 7319299
README.md
@@ -44,7 +44,7 @@ https://github.com/geode-sdk/build-geode-mod/tree/main/examples
44
# Defaults to what is appropriate for the current platform, so:
45
# Defaults to Win32 on windows runners
46
# Defaults to MacOS on macOS runners
47
- # Defaults to Android32 on linux runners
+ # Defaults to Android64 on linux runners
48
target: ''
49
50
# What repository to use for bindings. Must be in the format "user/repo". Not required.
action.yml
@@ -74,7 +74,7 @@ runs:
74
DEFAULT_TARGET=Win32
75
if [ "$RUNNER_OS" = "Linux" ]; then
76
ID=linux
77
- DEFAULT_TARGET=Android32
+ DEFAULT_TARGET=Android64
78
elif [ "$RUNNER_OS" = "Windows" ]; then
79
ID=win
80
0 commit comments