From 6abcae10232d8f3b349ca760c79e10707d6ddf6d Mon Sep 17 00:00:00 2001 From: Diavolo Date: Sat, 2 Mar 2024 12:09:05 +0100 Subject: [PATCH] build: hard code path? --- .gitea/workflows/link-linux.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/link-linux.yml b/.gitea/workflows/link-linux.yml index fee3545..6a00bc6 100644 --- a/.gitea/workflows/link-linux.yml +++ b/.gitea/workflows/link-linux.yml @@ -19,16 +19,10 @@ jobs: with: version: "0.8.3" - - name: Help me figure this out - run: | - ls -a - cd .OAT - ls -a - - name: Create code_post_gfx_mp run: | - ./.OAT/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: | - ./.OAT/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