From a3fc223c6401446d1d41f143115cc3492c64392c Mon Sep 17 00:00:00 2001 From: Diavolo Date: Sat, 2 Mar 2024 11:58:23 +0100 Subject: [PATCH] build: ls --- .gitea/workflows/link-linux.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/link-linux.yml b/.gitea/workflows/link-linux.yml index 6a00bc6..51c8488 100644 --- a/.gitea/workflows/link-linux.yml +++ b/.gitea/workflows/link-linux.yml @@ -19,10 +19,14 @@ jobs: with: version: "0.8.3" + - name: Help me figure this out + run: | + ls -a + - name: Create code_post_gfx_mp run: | - Linker -v -l "./deps/iw5-zones/zone/english/code_post_gfx_mp.ff" code_post_gfx_mp + ./Linker -v -l "./deps/iw5-zones/zone/english/code_post_gfx_mp.ff" code_post_gfx_mp - name: Create localized_ui_mp run: | - Linker -v -l "./deps/iw5-zones/zone/english/localized_ui_mp.ff" localized_ui_mp + ./Linker -v -l "./deps/iw5-zones/zone/english/localized_ui_mp.ff" localized_ui_mp