@@ -10,9 +10,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup export templates
|
- name: Setup export templates
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.local/share/godot/export_templates/4.6.2.stable
|
mkdir -p ~/.local/share/godot/export_templates/
|
||||||
mv /root/.local/share/godot/export_templates/4.6.2.stable/* ~/.local/share/godot/export_templates/4.6.2.stable/
|
cp -r /root/.local/share/godot/export_templates/* ~/.local/share/godot/export_templates/ 2>/dev/null || \
|
||||||
|
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