Skip to content

Commit

Permalink
chore: try with /root
Browse files Browse the repository at this point in the history
  • Loading branch information
awsluja committed Nov 26, 2024
1 parent 384bd6e commit 9a31fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codebuild_specs/scripts-windows/shared-scripts-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ function _install_packaged_cli_win {
echo Move to CLI Binary to already existing PATH
# This is a Hack to make sure the Amplify CLI is in the PATH

cp $CODEBUILD_SRC_DIR/out/amplify.exe /AppData/Local/Microsoft/WindowsApps
ls /AppData/Local/Microsoft/WindowsApps
cp $CODEBUILD_SRC_DIR/out/amplify.exe /root/AppData/Local/Microsoft/WindowsApps
ls /root/AppData/Local/Microsoft/WindowsApps

# reset working directory
cd $CODEBUILD_SRC_DIR
Expand Down

0 comments on commit 9a31fbf

Please sign in to comment.