ci: path fixes №3
Some checks failed
CI / Build in devcontainer (push) Successful in 7m24s
CI / Host tests in devcontainer (push) Failing after 5m54s

This commit is contained in:
Dmitry Akimov 2026-07-27 12:24:18 +03:00
parent bc9c5f21f3
commit 2ae092e9ef
2 changed files with 4 additions and 4 deletions

View file

@ -53,7 +53,7 @@ jobs:
- name: Upload build directory - name: Upload build directory
if: always() if: always()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: build-tree name: build-tree
path: build/ path: build/
@ -99,7 +99,7 @@ jobs:
- name: Upload test logs and build directory - name: Upload test logs and build directory
if: always() if: always()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: test-artifacts name: test-artifacts
path: | path: |

View file

@ -66,7 +66,7 @@ jobs:
bash -lc 'cd tools/host && uv sync && cd ../.. && just build::hab-firmware-test-debug' bash -lc 'cd tools/host && uv sync && cd ../.. && just build::hab-firmware-test-debug'
- name: Upload firmware_test_hab.bin - name: Upload firmware_test_hab.bin
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: firmware-hab-debug name: firmware-hab-debug
path: build/Debug/firmware_test_hab.bin path: build/Debug/firmware_test_hab.bin
@ -93,7 +93,7 @@ jobs:
bash -lc 'cd tools/host && uv sync && cd ../.. && just build::hab-bootloader-release' bash -lc 'cd tools/host && uv sync && cd ../.. && just build::hab-bootloader-release'
- name: Upload bootloader_hab.bin - name: Upload bootloader_hab.bin
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: bootloader-hab-release name: bootloader-hab-release
path: build/Release/bootloader_hab.bin path: build/Release/bootloader_hab.bin