Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
cldellow committed Jan 28, 2024
1 parent e954c68 commit 87a7a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mbtiles-to-pmtiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
AWS_EC2_METADATA_DISABLED: true
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: aws s3 cp s3://hikes-public/"$AREA".mbtiles . --endpoint-url=https://ce5627cfc65c8b54d40bb91c0ba7298b.r2.cloudflarestorage.com
run: aws s3 cp s3://hikes-public/"$AREA".mbtiles . --no-progress

- name: pmtiles convert
run: pmtiles convert "$AREA".mbtiles /mnt/output/"$AREA".pmtiles
run: ./pmtiles convert "$AREA".mbtiles /mnt/output/"$AREA".pmtiles

- name: Upload tiles
env:
Expand Down

0 comments on commit 87a7a51

Please sign in to comment.