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