Build metadata artifact

This commit is contained in:
Oleg Kalachev
2026-09-01 17:35:12 +03:00
parent a0d7c05b35
commit 62b1b48cee
2 changed files with 28 additions and 11 deletions
+9 -1
View File
@@ -12,7 +12,15 @@ jobs:
steps:
- uses: actions/checkout@v7
- name: Check metadata
run: tools/metadata.py
run: tools/metadata.py generate
- name: Copy latest versions
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
run: cp tools/general.json meta/ && cp tools/parameters.json meta/
- name: Upload artifacts
uses: actions/upload-artifact@v7
with:
name: metadata
path: meta
csv_to_ulog:
runs-on: ubuntu-latest
steps: