Skip to content

Commit

Permalink
Update docs & files
Browse files Browse the repository at this point in the history
  • Loading branch information
yeslayla committed Jul 10, 2023
1 parent f362e14 commit 451ef5c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 55 deletions.
11 changes: 0 additions & 11 deletions .bumpversion.cfg

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/version.yml

This file was deleted.

12 changes: 7 additions & 5 deletions Contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@

## Maintainers

Name | Email | Twitter |
-----|-------|---------|
[Joseph Manley](https://github.com/josephbmanley) | [joseph@cloudsumu.com](mailto:joseph@cloudsumu.com) | [@josephbmanley](https://twitter.com/josephbmanley)
Name | Email |
-----|-------|
[Layla Manley](https://github.com/yeslayla) | [layla@layla.gg](mailto:layla@layla.gg)

## Contributors

A giant thanks to everyone put in the time to improve Godot CI!

Name | Email | Twitter |
---- | ----- | ------- |
Name | Email |
---- | ----- |
[Tomer Keren](https://github.com/Tadaboody) | [tomerpet@gmail.com](tomerpet@gmail.com) | [@Tadaboody](https://twitter.com/Tadaboody)
[stonedDiscord](https://github.com/stonedDiscord) | |
[Bioblaze Payne](https://github.com/Bioblaze)|BioblazePayne@gmail.com|[BioblazePayne](https://twitter.com/BioblazePayne)

## Additional Credits

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL "com.github.actions.description"="Build a Godot project for multiple platf
LABEL "com.github.actions.icon"="loader"
LABEL "com.github.actions.color"="blue"

LABEL repository="https://github.com/josephbmanley/build-godot-action"
LABEL repository="https://github.com/yeslayla/build-godot-action"
LABEL homepage="https://cloudsumu.com/"
LABEL maintainer="Joseph Manley <joseph@cloudsumu.com>"

Expand Down
16 changes: 9 additions & 7 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
![Release Version](https://img.shields.io/github/v/release/josephbmanley/build-godot-action) ![Test Action](https://github.com/josephbmanley/build-godot-action/workflows/Test%20Action/badge.svg)
![Release Version](https://img.shields.io/github/v/release/yeslayla/build-godot-action) ![Test Action](https://github.com/yeslayla/build-godot-action/workflows/Test%20Action/badge.svg)

![Build Godot Project](logo.png)

[**This is the WIP branch for 2.x of this project. For a stable experience and documentation please use the latest 1.x**](https://github.com/yeslayla/build-godot-action/tree/1.x)

This action builds the godot project in your `$GITHUB_WORKSPACE`, so that you can easily automate builds.

Table of Contents:
Expand Down Expand Up @@ -42,7 +44,7 @@ jobs:
lfs: true
- name: Build
id: build
uses: manleydev/build-godot-action@v1.4.1
uses: yeslayla/build-godot-action@v1
with:
name: example
preset: ${{ matrix.platform }}
Expand Down Expand Up @@ -82,7 +84,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: yeslayla/build-godot-action@v1.4.1
with:
name: example
preset: win32
Expand All @@ -95,7 +97,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: yeslayla/build-godot-action@v1.4.1
with:
name: test # This project will export with the name "test"
```
Expand All @@ -107,7 +109,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: yeslayla/build-godot-action@v1.4.1
with:
name: example
preset: ${{ matrix.platform }}
Expand All @@ -121,7 +123,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: yeslayla/build-godot-action@v1.4.1
with:
name: example
preset: ${{ matrix.platform }}
Expand All @@ -142,7 +144,7 @@ Example:

```yaml
steps:
- uses: manleydev/build-godot-action@[VERSION]
- uses: yeslayla/build-godot-action@[VERSION]
with:
name: godot-project
preset: HTML5
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Build Godot"
description: "Build a Godot project for multiple platforms"
author: josephbmanley
author: yeslayla
inputs:
name:
description: 'Name of the exported binary'
Expand Down

0 comments on commit 451ef5c

Please sign in to comment.