diff --git a/.gitea/scripts/ci.sh b/.gitea/scripts/ci.sh index 007e77d..f3a320b 100755 --- a/.gitea/scripts/ci.sh +++ b/.gitea/scripts/ci.sh @@ -9,7 +9,7 @@ fi # Make sure we have cURL (and file for debugging) dpkg --add-architecture i386 apt-get update -apt-get install -y curl file +apt-get install -y curl file libstdc++-13-dev:i386 # Construct the download URL DOWNLOAD_URL="https://github.com/Laupetin/OpenAssetTools/releases/download/v${OAT_VERSION}/oat-linux.tar.gz" @@ -37,4 +37,4 @@ rm -rf "$TEMP_DIR" echo "OpenAssetTools version $OAT_VERSION has been installed." -Linker --help +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 a9e5ace..04fb79c 100644 --- a/.gitea/workflows/link.yml +++ b/.gitea/workflows/link.yml @@ -3,7 +3,7 @@ name: link on: [push] env: - OAT_VERSION: "0.8.3" + OAT_VERSION: "0.10.0" jobs: link-linux: @@ -28,3 +28,10 @@ jobs: cd ${{ github.workspace }} export OAT_VERSION=${{ env.OAT_VERSION }} ./.gitea/scripts/ci.sh + + - name: Upload assets + uses: actions/upload-artifact@v3 + with: + name: assets + path: | + zone_out/code_post_gfx_mp/code_post_gfx_mp.ff