Skip to content

Commit

Permalink
ci: add year to filename and set public-read
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingjoe committed Mar 8, 2024
1 parent c0aa471 commit 97cd882
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.pmtiles
aws s3 cp airport.pmtiles s3://$AWS_S3_TILE_BUCKET/airport-$(date +%Y).pmtiles --acl public-read

0 comments on commit 97cd882

Please sign in to comment.