Skip to content

Commit

Permalink
chore: remove use of /Users/aluja in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
awsluja committed Nov 26, 2024
1 parent 6863f47 commit 384bd6e
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 $HOME/AppData/Local/Microsoft/WindowsApps
ls $HOME/AppData/Local/Microsoft/WindowsApps
cp $CODEBUILD_SRC_DIR/out/amplify.exe /AppData/Local/Microsoft/WindowsApps
ls /AppData/Local/Microsoft/WindowsApps

# reset working directory
cd $CODEBUILD_SRC_DIR
Expand Down

0 comments on commit 384bd6e

Please sign in to comment.