From dcc612e5bd79b9e9d716387c9bf14953da4e15cb Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Sun, 4 Aug 2024 22:10:32 +0100 Subject: [PATCH] On branch feat/godot-configurator Changes to be committed: modified: .github/workflows/build-configurator.yml --- .github/workflows/build-configurator.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-configurator.yml b/.github/workflows/build-configurator.yml index d1cf11cb..09706046 100644 --- a/.github/workflows/build-configurator.yml +++ b/.github/workflows/build-configurator.yml @@ -17,6 +17,9 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + lfs: true - name : exportGame uses: firebelley/godot-export@v5.2.1 with: @@ -33,4 +36,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: Godot Linux Configurator - path: /home/runner/work/configuratir.pck \ No newline at end of file + path: /home/runner/work/configurator.pck \ No newline at end of file