Skip to content

Commit

Permalink
ci: add full date to airport tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
moldhouse committed Apr 11, 2024
1 parent f2fbc95 commit 87f3577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_to_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
env:
AWS_S3_TILE_BUCKET: ${{ secrets.AWS_S3_TILE_BUCKET }}
run: |
aws s3 cp airport.pmtiles s3://$AWS_S3_TILE_BUCKET/airport-$(date +%Y).pmtiles --acl public-read
aws s3 cp airport.pmtiles s3://$AWS_S3_TILE_BUCKET/airport-$(date +%Y-%m-%d).pmtiles --acl public-read

0 comments on commit 87f3577

Please sign in to comment.