Skip to content

Commit

Permalink
fix windows CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansen4857 committed Nov 19, 2023
1 parent 63e9c6c commit d621bf5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pathplanner-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
include:
- os: windows-2022
build-option: "windows"
artifact-path: "build/windows/runner/Release"
artifact-path: "build/windows/x64/runner/Release"
artifact-name: PathPlanner-Windows
- os: macos-13
build-option: "macos"
Expand Down Expand Up @@ -145,9 +145,9 @@ jobs:
- name: Copy redist
if: ${{ matrix.build-option == 'windows' }}
run: |
cp windows/redist/msvcp140.dll build/windows/runner/Release
cp windows/redist/vcruntime140.dll build/windows/runner/Release
cp windows/redist/vcruntime140_1.dll build/windows/runner/Release
cp windows/redist/msvcp140.dll build/windows/x64/runner/Release
cp windows/redist/vcruntime140.dll build/windows/x64/runner/Release
cp windows/redist/vcruntime140_1.dll build/windows/x64/runner/Release
- name: Zip release
if: ${{ matrix.build-option == 'macos' }}
Expand Down

0 comments on commit d621bf5

Please sign in to comment.