This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch 745-daylight in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit 7ca546624587d5dd0f13951624c64b3507e79af3 Author: Bertil Chapuis <[email protected]> AuthorDate: Mon Aug 28 09:12:42 2023 +0200 Fix coastline in workflow --- basemap/daylight/workflow.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basemap/daylight/workflow.js b/basemap/daylight/workflow.js index 2d59fb66..1fe73e28 100644 --- a/basemap/daylight/workflow.js +++ b/basemap/daylight/workflow.js @@ -50,7 +50,7 @@ export default { { "type": "DownloadUrl", "url": "https://daylight-map-distribution.s3.us-west-1.amazonaws.com/release/v1.29/coastlines-v1.29.tgz", - "path": "data/coastlines.osc.bz2" + "path": "data/coastlines.tgz" }, { "type": "DownloadUrl", @@ -83,8 +83,8 @@ export default { { "type": "DecompressFile", "compression": "bzip2", - "source": "data/coastlines.osc.bz2", - "target": "data/coastlines.osc" + "source": "data/coastlines.tgz", + "target": "data/coastlines" }, ] },
