Skip to content

Commit

Permalink
[FIX] Reflect #44 also in Github Release .zip file
Browse files Browse the repository at this point in the history
- do not create empty directories during Github Release .zip creation
- restructure / remove comment
  • Loading branch information
treee111 committed Oct 30, 2021
1 parent 9ee4b9a commit c03abea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions copyFilesToDist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ echo "Github-Ref: ${GITHUB_REF_VARIABLE}"
mkdir -p dist
mkdir -p dist/${FOLDER_NAME}
cd dist/${FOLDER_NAME}
mkdir -p ./common_resources
mkdir -p ./common_download
mkdir -p ./common_download/maps
mkdir -p ./output
mkdir -p ./common_python
mkdir -p ./common_resources

# copy files into dist-folder
cp -a ../../common_python/*.py ./common_python/
Expand All @@ -21,7 +18,6 @@ cp -a ../../common_resources/tag_wahoo_adjusted/ ./common_resources/tag_wahoo_ad
cp -a ../../common_resources/tag_wahoo_initial/ ./common_resources/tag_wahoo_initial
cp -a ../../docs ./docs
cp -a ../../tooling ./tooling
# cp -a ../../tooling/Osmosis/ ./tooling/Osmosis
cp -a ../../tooling_windows ./tooling_windows
cp -a ../../wahoo_map_creator.py ../../CHANGELOG.md ../../README.md ./

Expand Down

0 comments on commit c03abea

Please sign in to comment.