Skip to content

Update MUO boundary (#351) #38

Update MUO boundary (#351)

Update MUO boundary (#351) #38

Workflow file for this run

name: Compile TRACON Boundaries
on:
workflow_dispatch:
push:
tags:
- "v*"
jobs:
compile:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Configure Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Compile boundary files
run: node compiler.js
- name: Tag
run: echo ${{ github.sha }} > Release.txt
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: TRACONBoundaries
path: TRACONBoundaries.geojson
- name: Create release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: TRACONBoundaries.geojson