Fix sed command

This commit is contained in:
Jordan Dominion
2025-07-26 11:19:50 -04:00
parent bed489af78
commit 731b65d9df
+1 -1
View File
@@ -123,7 +123,7 @@ jobs:
- name: Replace current TGS version with test version
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/<TgsCoreVersion>${CURRENT_TGS_VERSION}/<TgsCoreVersion>${{ env.TEST_TGS_VERSION }}" build/Version.props
sed -i -e "s/<TgsCoreVersion>${CURRENT_TGS_VERSION}/<TgsCoreVersion>${{ env.TEST_TGS_VERSION }}/g" build/Version.props
- name: Retrieve ServerConsole.zip Artifact
run: |