diff --git a/.gitea/scripts/ci.sh b/.gitea/scripts/ci.sh index 09c9c02..40ccce8 100755 --- a/.gitea/scripts/ci.sh +++ b/.gitea/scripts/ci.sh @@ -42,4 +42,4 @@ ls cd iw5-zones ls -Linker -v --load "deps/iw5-zones/zone/english/code_post_gfx_mp.ff" --menu-permissive --menu-no-optimization code_post_gfx_mp +Linker -v --load "./deps/iw5-zones/zone/english/code_post_gfx_mp.ff" --menu-permissive --menu-no-optimization code_post_gfx_mp diff --git a/.gitea/workflows/link.yml b/.gitea/workflows/link.yml index 483e8b9..28bb038 100644 --- a/.gitea/workflows/link.yml +++ b/.gitea/workflows/link.yml @@ -19,6 +19,10 @@ jobs: # NOTE - If LFS ever starts getting used for storing zones, switch this to true! lfs: false + - name: Make sure we have the deps + run: | + git submodule update --init --recursive + - name: Link assets uses: addnab/docker-run-action@v3 with: