mirror of
https://github.com/okalachev/flix.git
synced 2026-09-06 00:10:58 +00:00
Build metadata artifact
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user