Skip to content

Commit 763e1bc

Browse files
committed
auto upload tzpb to artifact
1 parent a1cd171 commit 763e1bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-tzpb.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,9 @@ jobs:
4646
geojson2tzpb data/combined-with-oceans.json | xargs reducetzpb | xargs compresstzpb
4747
preindextzpb data/combined-with-oceans.reduce.bin
4848
ls -alh data/
49+
50+
- name: Upload tzpb artifacts
51+
uses: actions/upload-artifact@v4
52+
with:
53+
name: tzpb-files
54+
path: data/

0 commit comments

Comments
 (0)