Skip to content

Commit

Permalink
Fix CI scripts.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Starke <[email protected]>
  • Loading branch information
daniel-starke committed Nov 8, 2023
1 parent 18fff8a commit d1c26e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
pio run -e arduino
pio run -e vkm-b-controller
pio run -e vkm-b-periphery
mv bin/fw/build/arduino/firmware.bin bin/arduino-leonardo.bin
mv bin/fw/build/arduino/firmware.hex bin/arduino-leonardo.hex
mv bin/fw/build/vkm-b-controller/firmware.bin bin/vkm-b-controller.bin
mv bin/fw/build/vkm-b-periphery/firmware.bin bin/vkm-b-periphery.bin
- name: Upload Artifact
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ build_script:
- c:\msys64\usr\bin\bash -c "PATH=/mingw64/bin:/bin:/usr/bin make -f Makefile.mingw clean all"

artifacts:
- path: %APPVEYOR_BUILD_FOLDER%\bin\vkvm.exe
- path: $(APPVEYOR_BUILD_FOLDER)\bin\vkvm.exe
name: vkvm-binaries

0 comments on commit d1c26e7

Please sign in to comment.