Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 2fbc1c4

Browse files
committed
add testing echos
1 parent b54c31e commit 2fbc1c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020
unzip Godot_*-stable_export_templates.tpz -d templates
2121
mv templates/ ~/.local/share/godot/export_templates/4.3.stable/
2222
rm Godot_*-stable_export_templates.tpz
23+
ls ~/.local/share/godot/export_templates/4.3.stable/
2324
- name: Create build folder
24-
run: mkdir -p build/web
25+
run: mkdir -p build/web && ls ~/.local/share/godot/export_templates/4.3.stable/
2526
- name: Build
2627
run: ./godot --headless --export-release "Web" ./project.godot
2728
- name: Upload artifact

0 commit comments

Comments
 (0)