farmOS / farmOS-map

farmOS-map is an OpenLayers wrapper library designed for agricultural mapping needs. It can be used in any project that has similar requirements.
https://farmOS.github.io/farmOS-map
MIT License
35 stars 21 forks source link

Save dist folder to an artifact in run-build.yml workflow. #193

Closed mstenta closed 1 year ago

mstenta commented 1 year ago

The run-build.yml workflow runs on 2.x and 2.x-** branches, as well as on 2.x pull requests. This PR adds an actions/upload-artifact step at the end to save the dist folder to an artifact at the end of the workflow. This allows you to download the built files and drop them into a local farmOS instance codebase for easy testing, without needing a local farmOS-map development environment.