소스 검색

Minor. Fixed documenation build path

Signed-off-by: AMZN-Gene <[email protected]>
AMZN-Gene 1 년 전
부모
커밋
67840046d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MPSGameLift/Documentation/GameLift.md

+ 1 - 1
MPSGameLift/Documentation/GameLift.md

@@ -165,7 +165,7 @@ Builds are tied to Fleets; you may want to delete the existing build and fleet v
 ---
 ---
  
  
 ```sh
 ```sh
-aws gamelift upload-build --server-sdk-version 5.1.2 --operating-system WINDOWS_2016 --build-root C:\GameLiftPackageWindows\ --name MultiplayerSample --build-version v1.0 --region <Region>
+aws gamelift upload-build --server-sdk-version 5.1.2 --operating-system WINDOWS_2016 --build-root <path-to-export-folder>\MultiplayerSampleHeadlessServerPackage --name MultiplayerSample --build-version v1.0 --region <Region>
 ```
 ```
 Record BuildId for the next step. Example: **build-1a23bc4d-456e-78fg-h9i0-jk1l23456789**
 Record BuildId for the next step. Example: **build-1a23bc4d-456e-78fg-h9i0-jk1l23456789**