last fix
/ build (push) Failing after 29s

This commit is contained in:
2026-04-21 17:36:19 +02:00
parent 240c704386
commit ee257ba43b
-5
View File
@@ -10,11 +10,6 @@ jobs:
with:
fetch-depth: 0
- name: Setup export templates
run: |
mkdir -p ~/.local/share/godot/export_templates/4.6.2.stable
cp -r /root/.local/share/godot/export_templates/4.6.2.stable/. ~/.local/share/godot/export_templates/4.6.2.stable/
- name: Get build number
run: echo "BUILD_NUM=$(git rev-list --count HEAD)" >> $GITHUB_ENV