Skip to content

Commit

Permalink
[ci] Fix PathWeaver name typo (wpilibsuite#6717)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Jun 8, 2024
1 parent 27cbbfe commit 72ae751
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 72ae751

Please sign in to comment.