online multiplayer chess game (note server currently down)
use git lfs
| -rw-r--r-- | .github/workflows/export.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml index 7936436..e699f4f 100644 --- a/.github/workflows/export.yml +++ b/.github/workflows/export.yml @@ -6,8 +6,6 @@ on: - "**.gd" - "**.tscn" - "**.import" - - "**.png" - - "**.svg" branches: - main @@ -25,6 +23,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + lfs: true - name: Setup run: | mkdir -v -p ~/.local/share/godot/templates @@ -47,6 +47,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + lfs: true - name: Setup run: | mkdir -v -p ~/.local/share/godot/templates @@ -69,6 +71,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + lfs: true - name: Setup run: | mkdir -v -p ~/.local/share/godot/templates @@ -99,6 +103,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + lfs: true - name: Setup run: | mkdir -v -p ~/.local/share/godot/templates |