[ci] Escape upload-artifact path (#8748)

Asterisk prefixes are interpretted as YAML aliases, which resulted in a
parsing failure.
This commit is contained in:
Tyler Veness
2026-04-10 17:11:48 -07:00
committed by GitHub
parent d8df358e6a
commit aedff82286

View File

@@ -133,14 +133,14 @@ jobs:
- uses: actions/upload-artifact@v7
with:
archive: false
path: *-bazel-lint-fixes.patch
path: "*-bazel-lint-fixes.patch"
if: ${{ failure() }}
robotpy_pregeneration:
name: "Robotpy Pregeneration"
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v6
with: { fetch-depth: 0 }
- id: Setup_build_buddy