Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 00de2cf96d | |||
| 2cf46136cb |
+1
Submodule .claude/worktrees/priceless-curran-fcb216 added at 47c37316fb
Submodule .claude/worktrees/zen-albattani-ba62cb updated: edc40f9008...3e55a2297d
@@ -10,11 +10,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup export templates
|
- name: Setup export templates
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.local/share/godot/export_templates/
|
find / -name "export_templates" -type d 2>/dev/null
|
||||||
cp -r /root/.local/share/godot/export_templates/* ~/.local/share/godot/export_templates/ 2>/dev/null || \
|
find / -name "*.gdz" 2>/dev/null | head -10
|
||||||
find / -name "*.gdz" -o -name "version.txt" 2>/dev/null | head -5
|
|
||||||
ls /root/.local/share/godot/export_templates/ 2>/dev/null || echo "leer"
|
|
||||||
ls ~/.local/share/godot/export_templates/ 2>/dev/null || echo "leer"
|
|
||||||
- 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user