This repository was archived by the owner on Mar 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
17 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
Name | Email | Twitter | | ||
-----|-------|---------| | ||
[Joseph Manley](https://github.com/josephbmanley) | [[email protected]](mailto:[email protected]) | [@josephbmanley](https://twitter.com/josephbmanley) | ||
[Layla Manley](https://github.com/yeslayla) | -- | [@yeslayla](https://twitter.com/_yeslayla) | ||
|
||
## Contributors | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
  | ||
  | ||
|
||
 | ||
|
||
|
@@ -42,7 +42,7 @@ jobs: | |
lfs: true | ||
- name: Build | ||
id: build | ||
uses: josephbmanley/[email protected] | ||
uses: manleydev/[email protected] | ||
with: | ||
name: example | ||
preset: ${{ matrix.platform }} | ||
|
@@ -82,7 +82,7 @@ Additionally if you are not using a matrix, you can set the export preset as the | |
```yaml | ||
- name: Build | ||
id: build | ||
uses: josephbmanley/[email protected] | ||
uses: manleydev/[email protected] | ||
with: | ||
name: example | ||
preset: win32 | ||
|
@@ -95,7 +95,7 @@ To change the export name, you can the `name` parameter to whatever you want you | |
```yaml | ||
- name: Build | ||
id: build | ||
uses: josephbmanley/[email protected] | ||
uses: manleydev/[email protected] | ||
with: | ||
name: test # This project will export with the name "test" | ||
``` | ||
|
@@ -107,7 +107,7 @@ This example is set to build with debug mode enable. To disable debug, either se | |
```yaml | ||
- name: Build | ||
id: build | ||
uses: josephbmanley/[email protected] | ||
uses: manleydev/[email protected] | ||
with: | ||
name: example | ||
preset: ${{ matrix.platform }} | ||
|
@@ -121,7 +121,7 @@ If your project is located in a subdirectory, you can use the `projectDir` to ch | |
```yaml | ||
- name: Build | ||
id: build | ||
uses: josephbmanley/[email protected] | ||
uses: manleydev/[email protected] | ||
with: | ||
name: example | ||
preset: ${{ matrix.platform }} | ||
|
@@ -142,7 +142,7 @@ Example: | |
|
||
```yaml | ||
steps: | ||
- uses: josephbmanley/build-godot-action@[VERSION] | ||
- uses: manleydev/build-godot-action@[VERSION] | ||
with: | ||
name: godot-project | ||
preset: HTML5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters