@@ -10,11 +10,6 @@ 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
|
|
||||||
cp -r /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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user