builds godot
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 3b4ade0..2df9921 100755
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
# godot builds
+[![version](https://img.shields.io/badge/3.5+-blue?logo=godot-engine&logoColor=white&label=godot&style=for-the-badge)](https://godotengine.org)
+[![aur](https://img.shields.io/aur/version/godot2d?color=informative&logo=archlinux&logoColor=white&style=for-the-badge)](https://aur.archlinux.org/packages/godot2d "Aur package")
+<a href='https://ko-fi.com/bendn' title='Buy me a coffee' target='_blank'><img height='28' src='https://ko-fi.com/img/githubbutton_sm.svg' alt='Buy me a coffee'> </a>
+
Creates two packages.
- `godot`: Docker images with the _normal_ godot build.
@@ -8,7 +12,7 @@ Creates two packages.
## How to use
-For a full example, see this [template](https://github.com/bend-n/godot-template/blob/3d79cf6cc3e25317763ad4100e2a8692b0c2644e/.github/workflows/export.yml).
+For a full example, see this [template](https://github.com/bend-n/godot-template/blob/9c9e2b02ddf9f88bff872dcd2695363d09485bc4/.github/workflows/export.yml).
<details open>
<summary>With helpers (recomended)</summary>
@@ -23,7 +27,6 @@ build-windows:
- name: Build (Windows)
uses: bend-n/godot-actions/.github/actions/export-windows@main
env:
- GODOT_VERSION: 3.5
NAME: ${{ github.event.repository.name }}
```
@@ -33,7 +36,6 @@ build-windows:
<summary>Manually</summary>
> **Warning**
->
> This method has _not_ been tested.
```yaml
@@ -48,7 +50,7 @@ build-windows:
- name: Setup godot
run: |
- RELEASE=stable; GODOT_VERSION=3.5;
+ RELEASE=stable; GODOT_VERSION=3.5.stable;
mkdir -v -p ~/.local/share/godot/templates
mv /root/.local/share/godot/templates/${GODOT_VERSION}.${RELEASE} ~/.local/share/godot/templates/${GODOT_VERSION}.${RELEASE}
@@ -60,7 +62,7 @@ build-windows:
GAME_NAME: ${{ github.event.repository.name }}
- name: Upload
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v3
with:
name: windows
path: build/windows