@@ -3,14 +3,18 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: barichello/godot-ci:4.6.2
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Find templates
|
- name: Setup export templates
|
||||||
continue-on-error: true
|
run: |
|
||||||
run: find / -maxdepth 8 -name "export_templates" -type d 2>/dev/null
|
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