Skip to content

fix: kmz parsing with multiple wayline Folders #92

fix: kmz parsing with multiple wayline Folders

fix: kmz parsing with multiple wayline Folders #92

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
- name: Build Releases
if: startsWith(github.ref, 'refs/tags/')
run: ./scripts/build-tar.sh
- name: Upload Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: file.tar.xz
draft: true
prerelease: true