Skip to content

Commit

Permalink
Only copy the files that match the glob.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielga committed Sep 26, 2017
1 parent 80ed4cd commit a4a33b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ cd "$REPOSITORY_DIR/projects/$PROJECT_OS/gmake"

make

cp "$REPOSITORY_DIR/projects/$PROJECT_OS/gmake/release/"gm{sv,cl}_${MODULE_NAME}_$TARGET_OS.dll "$REPOSITORY_DIR"
cp "$REPOSITORY_DIR/projects/$PROJECT_OS/gmake/release/"gm*_${MODULE_NAME}_$TARGET_OS.dll "$REPOSITORY_DIR"
cd "$REPOSITORY_DIR"

0 comments on commit a4a33b6

Please sign in to comment.