mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-07-26 11:40:51 +02:00
add debug for FAA
This commit is contained in:
@@ -277,6 +277,15 @@ jobs:
|
|||||||
name: community-release
|
name: community-release
|
||||||
path: artifacts/community
|
path: artifacts/community
|
||||||
|
|
||||||
|
- name: Debug artifact structure
|
||||||
|
run: |
|
||||||
|
echo "=== FAA artifacts ==="
|
||||||
|
find artifacts/faa -type f 2>/dev/null || echo "No files found in artifacts/faa"
|
||||||
|
echo "=== ADS-B artifacts ==="
|
||||||
|
find artifacts/adsb -type f 2>/dev/null || echo "No files found in artifacts/adsb"
|
||||||
|
echo "=== Community artifacts ==="
|
||||||
|
find artifacts/community -type f 2>/dev/null || echo "No files found in artifacts/community"
|
||||||
|
|
||||||
- name: Prepare release metadata
|
- name: Prepare release metadata
|
||||||
id: meta
|
id: meta
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user