Compare commits

...

5 Commits

Author SHA1 Message Date
alpacaman 159c2ead4c maybe
/ build (push) Failing after 2s
2026-04-21 17:51:55 +02:00
alpacaman 002e23663c maybe
/ build (push) Failing after 2s
2026-04-21 17:48:17 +02:00
alpacaman ee257ba43b last fix
/ build (push) Failing after 29s
2026-04-21 17:36:19 +02:00
alpacaman 240c704386 das sollte
/ build (push) Failing after 5s
2026-04-21 17:34:28 +02:00
alpacaman 7db8a6fc9c test
/ build (push) Failing after 5s
2026-04-21 17:30:29 +02:00
+12 -7
View File
@@ -3,15 +3,13 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:4.6.2
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup export templates
run: |
find / -name "export_templates" -type d 2>/dev/null
find / -name "*.gdz" 2>/dev/null | head -10
- name: Get build number
run: echo "BUILD_NUM=$(git rev-list --count HEAD)" >> $GITHUB_ENV
@@ -30,7 +28,14 @@ jobs:
- name: Build Web
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:
name: build-${{ env.BUILD_NUM }}
path: build/
token: ${{ secrets.GITEA_TOKEN }}
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