mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-07-25 03:00:51 +02:00
update
This commit is contained in:
@@ -266,6 +266,13 @@ jobs:
|
|||||||
needs: [build-faa, adsb-reduce, build-community]
|
needs: [build-faa, adsb-reduce, build-community]
|
||||||
if: github.event_name != 'schedule'
|
if: github.event_name != 'schedule'
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout for gh CLI
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
sparse-checkout: |
|
||||||
|
.github
|
||||||
|
sparse-checkout-cone-mode: false
|
||||||
|
|
||||||
- name: Download FAA artifacts
|
- name: Download FAA artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
@@ -286,6 +293,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Debug artifact structure
|
- name: Debug artifact structure
|
||||||
run: |
|
run: |
|
||||||
|
echo "=== Full artifacts tree ==="
|
||||||
|
find artifacts -type f 2>/dev/null || echo "No files found in artifacts"
|
||||||
echo "=== FAA artifacts ==="
|
echo "=== FAA artifacts ==="
|
||||||
find artifacts/faa -type f 2>/dev/null || echo "No files found in artifacts/faa"
|
find artifacts/faa -type f 2>/dev/null || echo "No files found in artifacts/faa"
|
||||||
echo "=== ADS-B artifacts ==="
|
echo "=== ADS-B artifacts ==="
|
||||||
@@ -356,9 +365,6 @@ jobs:
|
|||||||
echo " Community CSV: $CSV_FILE_COMMUNITY"
|
echo " Community CSV: $CSV_FILE_COMMUNITY"
|
||||||
echo " ZIP: $ZIP_FILE"
|
echo " ZIP: $ZIP_FILE"
|
||||||
|
|
||||||
- name: Checkout for gh CLI
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Delete existing release if exists
|
- name: Delete existing release if exists
|
||||||
run: |
|
run: |
|
||||||
echo "Attempting to delete release: ${{ steps.meta.outputs.tag }}"
|
echo "Attempting to delete release: ${{ steps.meta.outputs.tag }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user