Merge branch 'master' of github.com:josephbmanley/build-godot-action

This commit is contained in:
Joseph Manley 2019-11-29 23:55:57 -05:00
commit 337ddc6155

View file

@ -1,4 +1,4 @@
# Build Godot # Build Godot Project
This action builds the godot project in your `$GITHUB_WORKSPACE`, so that you can easily automate builds. This action builds the godot project in your `$GITHUB_WORKSPACE`, so that you can easily automate builds.
@ -10,7 +10,7 @@ Example:
```yaml ```yaml
steps: steps:
- uses: josephbmanley/build-godot-action@develop - uses: josephbmanley/build-godot-action@v1.0.0
env: env:
PROJECT: godot-project PROJECT: godot-project
SUBDIRECTORY: project SUBDIRECTORY: project