Compare commits
11 Commits
47c37316fb
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 159c2ead4c | |||
| 002e23663c | |||
| ee257ba43b | |||
| 240c704386 | |||
| 7db8a6fc9c | |||
| 00de2cf96d | |||
| 2cf46136cb | |||
| 72095de5e2 | |||
| 63e75fa8db | |||
| 59d4a4fca9 | |||
| 3e55a2297d |
+1
Submodule .claude/worktrees/priceless-curran-fcb216 added at 47c37316fb
Submodule .claude/worktrees/zen-albattani-ba62cb updated: edc40f9008...3e55a2297d
@@ -3,16 +3,13 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: barichello/godot-ci:4.6.2
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup export templates
|
|
||||||
run: |
|
|
||||||
mkdir -p ~/.local/share/godot/export_templates/4.6.2.stable
|
|
||||||
mv /root/.local/share/godot/export_templates/4.6.2.stable/* ~/.local/share/godot/export_templates/4.6.2.stable/
|
|
||||||
|
|
||||||
- name: Get build number
|
- name: Get build number
|
||||||
run: echo "BUILD_NUM=$(git rev-list --count HEAD)" >> $GITHUB_ENV
|
run: echo "BUILD_NUM=$(git rev-list --count HEAD)" >> $GITHUB_ENV
|
||||||
|
|
||||||
@@ -31,7 +28,14 @@ jobs:
|
|||||||
- name: Build Web
|
- name: Build Web
|
||||||
run: godot --headless --export-release "Web" build/spacel.html
|
run: godot --headless --export-release "Web" build/spacel.html
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- name: Create Release
|
||||||
|
uses: https://gitea.com/actions/gitea-release@v1
|
||||||
with:
|
with:
|
||||||
name: build-${{ env.BUILD_NUM }}
|
token: ${{ secrets.GITEA_TOKEN }}
|
||||||
path: build/
|
tag_name: build-${{ env.BUILD_NUM }}
|
||||||
|
release_name: Build ${{ env.BUILD_NUM }}
|
||||||
|
files: |
|
||||||
|
build/spacel.exe
|
||||||
|
build/spacel.x86_64
|
||||||
|
build/spacel.apk
|
||||||
|
build/spacel.html
|
||||||
@@ -7,7 +7,7 @@ func _init() -> void:
|
|||||||
desc = "Speed + Wendekraft — fragile Projektile"
|
desc = "Speed + Wendekraft — fragile Projektile"
|
||||||
desc_en = "Speed + agility — fragile projectiles"
|
desc_en = "Speed + agility — fragile projectiles"
|
||||||
category = "ANTRIEBSMOD"
|
category = "ANTRIEBSMOD"
|
||||||
category_en = "DRIVE MOD"
|
category_en = "DRIVE MODi"
|
||||||
icon = "◈"
|
icon = "◈"
|
||||||
cost = 135
|
cost = 135
|
||||||
rarity = 2
|
rarity = 2
|
||||||
|
|||||||
Reference in New Issue
Block a user