Skip to content

Remove openmaptiles workflows #4

Remove openmaptiles workflows

Remove openmaptiles workflows #4

Workflow file for this run

name: Publish netherlands.mbtiles
on:
push:
branches:
- 'main'
tags:
- '*'
jobs:
build:
runs-on: Fast
steps:
- uses: actions/checkout@v3
- name: Build mbiltes
run: ./quickstart.sh netherlands
- name: Upload tiles to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: data/netherlands.mbtiles
asset_name: netherlands.mbtiles
tag: ${{ github.ref }}
overwrite: true