test
Some checks failed
Build Release / Linux Export (pull_request) Failing after 1m47s
Build Release / Mac Export (pull_request) Failing after 1m46s
Build Release / Create Release (pull_request) Has been cancelled
Build Release / Windows Export (pull_request) Has been cancelled

This commit is contained in:
2026-03-17 22:25:56 +01:00
parent 376c1b5225
commit 3ab31fe40b

View File

@@ -8,8 +8,8 @@ on:
env: env:
GODOT_VERSION: 4.3 GODOT_VERSION: 4.3
EXPORT_NAME: test-project EXPORT_NAME: Experements
PROJECT_PATH: test-project PROJECT_PATH: .
jobs: jobs:
export-windows: export-windows:
@@ -34,8 +34,6 @@ jobs:
run: | run: |
mkdir -v -p ~/.local/share/godot/export_templates/ mkdir -v -p ~/.local/share/godot/export_templates/
mkdir -v -p ~/.config/ mkdir -v -p ~/.config/
mv /root/.config/godot ~/.config/godot
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
- name: Windows Build - name: Windows Build
run: | run: |
mkdir -v -p build/windows mkdir -v -p build/windows
@@ -61,7 +59,6 @@ jobs:
- name: Setup - name: Setup
run: | run: |
mkdir -v -p ~/.local/share/godot/export_templates/ mkdir -v -p ~/.local/share/godot/export_templates/
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
- name: Linux Build - name: Linux Build
run: | run: |
mkdir -v -p build/linux mkdir -v -p build/linux
@@ -121,7 +118,6 @@ jobs:
- name: Setup - name: Setup
run: | run: |
mkdir -v -p ~/.local/share/godot/export_templates/ mkdir -v -p ~/.local/share/godot/export_templates/
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
- name: Mac Build - name: Mac Build
run: | run: |
mkdir -v -p build/mac mkdir -v -p build/mac