Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yeslayla authored Apr 27, 2022
1 parent a35bb31 commit 7727f04
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
lfs: true
- name: Build
id: build
uses: josephbmanley/build-godot-action@v1.4.1
uses: manleydev/build-godot-action@v1.4.1
with:
name: example
preset: ${{ matrix.platform }}
Expand Down Expand Up @@ -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/build-godot-action@v1.4.1
uses: manleydev/build-godot-action@v1.4.1
with:
name: example
preset: win32
Expand All @@ -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/build-godot-action@v1.4.1
uses: manleydev/build-godot-action@v1.4.1
with:
name: test # This project will export with the name "test"
```
Expand All @@ -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/build-godot-action@v1.4.1
uses: manleydev/build-godot-action@v1.4.1
with:
name: example
preset: ${{ matrix.platform }}
Expand All @@ -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/build-godot-action@v1.4.1
uses: manleydev/build-godot-action@v1.4.1
with:
name: example
preset: ${{ matrix.platform }}
Expand All @@ -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
Expand Down

0 comments on commit 7727f04

Please sign in to comment.