Skip to content

Commit 2513c30

Browse files
committed
tweak
1 parent 5f8064b commit 2513c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tilemaker-exports.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
AWS_ENDPOINT_URL: https://ce5627cfc65c8b54d40bb91c0ba7298b.r2.cloudflarestorage.com
4747
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
4848
AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }}
49-
FILE: ${{ matrix.export }}
50-
run: aws s3 cp $FILE s3://hikes-public/geojsonl/$FILE
49+
FILE: ${{ matrix.export }}.geojsonl
50+
run: zstd -9 $FILE && aws s3 cp "$FILE".zst s3://hikes-public/geojsonl/"$FILE".zst

0 commit comments

Comments
 (0)