From 1b2222080759f7c70dc4be1b3d4d0e7d44afd105 Mon Sep 17 00:00:00 2001 From: VK <24637852+krynv@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:38:29 +0100 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index f750420..35e0612 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -42,7 +42,7 @@ jobs: lfs: true - name: Build id: build - uses: krynv/build-godot-action@v1.0.1 + uses: krynv/build-godot-action@v1.0.0 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: manleydev/build-godot-action@v1.4.1 + uses: krynv/build-godot-action@v1.4.1 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: manleydev/build-godot-action@v1.4.1 + uses: krynv/build-godot-action@v1.4.1 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: manleydev/build-godot-action@v1.4.1 + uses: krynv/build-godot-action@v1.4.1 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: manleydev/build-godot-action@v1.4.1 + uses: krynv/build-godot-action@v1.4.1 with: name: example preset: ${{ matrix.platform }} @@ -142,7 +142,7 @@ Example: ```yaml steps: -- uses: manleydev/build-godot-action@[VERSION] +- uses: krynv/build-godot-action@[VERSION] with: name: godot-project preset: HTML5