From 0c6b5de12feb5aa2889674e91edc8683e91aa095 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Fri, 29 Nov 2019 18:34:21 -0500 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index e69f1d7..24bea5a 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -4,6 +4,8 @@ This action builds the godot project in your `$GITHUB_WORKSPACE`, so that you ca ## Usage +This action will create a `build` folder with subdirectories for linux, windows, and mac. You must have the export preset configured for each platform to successfully export. + Example: ```yaml