Skip to content

Commit

Permalink
fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Feb 11, 2024
1 parent 922f5eb commit 4f9f2e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,13 @@ jobs:
include:
- os: windows-2022
build-option: "windows"
artifact-name: PathPlanner-Windows
artifact-name: Dashboard2024-Windows
- os: macos-14
build-option: "macos"
artifact-name: PathPlanner-macOS
artifact-name: Dashboard2024-macOS
- os: ubuntu-22.04
build-option: "linux"
artifact-name: Dashboard2024-linux
name: "Build - ${{ matrix.artifact-name }}"
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 4f9f2e0

Please sign in to comment.