Rename meta.json to build-metadata.json

This commit is contained in:
Michael B. Gale
2026-04-30 14:30:25 +01:00
parent e09b8dbe8a
commit a6fad803a6
4 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
uses: actions/upload-artifact@v7
with:
name: bundle-metadata-${{ matrix.os }}-${{ matrix.node-version }}
path: meta.json
path: build-metadata.json
retention-days: ${{ (github.ref_name == github.event.repository.default_branch && 90) || 7 }}
if-no-files-found: error