diff --git a/.gitea/scripts/ci.sh b/.gitea/scripts/ci.sh index 84dab8e..ea15882 100755 --- a/.gitea/scripts/ci.sh +++ b/.gitea/scripts/ci.sh @@ -22,9 +22,6 @@ TEMP_DIR="/tmp/oat_download" # Create temporary directory if it doesn't exist mkdir -p "$TEMP_DIR" -# Create bin directory -mkdir -p "$/bin" - # Download the tar.gz file to the temporary directory curl -L -o "${TEMP_DIR}/oat-linux.tar.gz" "$DOWNLOAD_URL" @@ -40,16 +37,6 @@ rm -rf "$TEMP_DIR" echo "OpenAssetTools version $OAT_VERSION has been installed." -cd deps -cd iw5-zones -cd zone -cd english -ls -file code_post_gfx_mp.ff - -cd .. -cd .. -cd .. -cd .. - 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/localized_ui_mp.ff" --menu-permissive --menu-no-optimization localized_ui_mp diff --git a/.gitea/workflows/link.yml b/.gitea/workflows/link.yml index 28bb038..c66d861 100644 --- a/.gitea/workflows/link.yml +++ b/.gitea/workflows/link.yml @@ -39,3 +39,4 @@ jobs: name: assets path: | zone_out/code_post_gfx_mp/code_post_gfx_mp.ff + zone_out/code_post_gfx_mp/localized_ui_mp.ff