ci: path fixes №3
This commit is contained in:
parent
bc9c5f21f3
commit
2ae092e9ef
2 changed files with 4 additions and 4 deletions
|
|
@ -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: |
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue