Skip to content

Commit

Permalink
changes use of copy.
Browse files Browse the repository at this point in the history
- directory did not exist (misunderstanding of how the image got the files)
  • Loading branch information
FlippievanDyk committed Jun 4, 2021
1 parent 6c5322c commit 46a8ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ set -x -e
prjMakefilesGenerator.sh $1@$2 || exit 1
make -C $1 CONF=$2 build || exit 2

cp -r /$1/ /github/workspace/output
cp -r /github/workspace/$1/ /github/workspace/output

0 comments on commit 46a8ec5

Please sign in to comment.