maybe
/ build (push) Has been cancelled

This commit is contained in:
2026-04-21 15:38:36 +02:00
parent 98eaa77175
commit 0b61476b60
+5
View File
@@ -10,6 +10,11 @@ jobs:
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