diff --git a/.github/actions/rclone-sync/action.yml b/.github/actions/rclone-sync/action.yml index df25c8d9..2b2badda 100644 --- a/.github/actions/rclone-sync/action.yml +++ b/.github/actions/rclone-sync/action.yml @@ -27,7 +27,7 @@ runs: - name: Sync to S3 uses: docker://docker.io/rclone/rclone:1.66 with: - args: "sync ${{ inputs.source-path }} s3:${{ inputs.destination-path }}--s3-acl=public-read --fast-list --checksum --update --use-server-modtime --metadata --inplace --delete-during" + args: "sync ${{ inputs.source-path }} s3:${{ inputs.destination-path }} --s3-acl=public-read --fast-list --checksum --update --use-server-modtime --metadata --inplace --delete-during" env: RCLONE_CONFIG_S3_TYPE: s3 RCLONE_CONFIG_S3_PROVIDER: Other diff --git a/.github/workflows/reusable-workflow-publish-basemap-vector.yml b/.github/workflows/reusable-workflow-publish-basemap-vector.yml index 963be753..b87b060e 100644 --- a/.github/workflows/reusable-workflow-publish-basemap-vector.yml +++ b/.github/workflows/reusable-workflow-publish-basemap-vector.yml @@ -72,7 +72,7 @@ jobs: s3-access-key-id: ${{ secrets.s3-access-key-id }} s3-secret-access-key: ${{ secrets.s3-secret-access-key }} source-path: vector/data/output - destination-path: /tiles/vector/lithuania.pmtiles + destination-path: /tiles/vector generate-basemap-demo-site: name: Build and upload demo site