mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[ci] Fix PathWeaver name typo (#6717)
This commit is contained in:
8
.github/workflows/tools.yml
vendored
8
.github/workflows/tools.yml
vendored
@@ -116,14 +116,14 @@ jobs:
|
||||
build/allOutputs/
|
||||
retention-days: 7
|
||||
|
||||
Pathweaver:
|
||||
name: "Build - Pathweaver"
|
||||
PathWeaver:
|
||||
name: "Build - PathWeaver"
|
||||
needs: [build-artifacts]
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
repository: wpilibsuite/Pathweaver
|
||||
repository: wpilibsuite/PathWeaver
|
||||
fetch-depth: 0
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
@@ -138,7 +138,7 @@ jobs:
|
||||
run: ./gradlew build
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Pathweaver Build
|
||||
name: PathWeaver Build
|
||||
path: |
|
||||
build/allOutputs/
|
||||
retention-days: 7
|
||||
|
||||
Reference in New Issue
Block a user