From ee7d44a23e2bbd8a87111107283e3ffa7e59eb85 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 26 Jul 2025 14:04:31 -0400 Subject: [PATCH] Ah --- .github/workflows/ci-pipeline.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 12ea98db29..4651095d0a 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -121,12 +121,9 @@ jobs: ref: "refs/pull/${{ inputs.pull_request_number }}/merge" - name: Replace current TGS version with test version - run: - ls -al - ls -al build + run: | CURRENT_TGS_VERSION="$(xmlstarlet sel -N X="http://schemas.microsoft.com/developer/msbuild/2003" --template --value-of /X:Project/X:PropertyGroup/X:TgsCoreVersion build/Version.props)" sed -i -e "s/${CURRENT_TGS_VERSION}/${{ env.TEST_TGS_VERSION }}/g" build/Version.props - cat build/Version.props - name: Retrieve ServerConsole.zip Artifact run: |