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
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: build-tree
|
||||
path: build/
|
||||
|
|
@ -99,7 +99,7 @@ jobs:
|
|||
|
||||
- name: Upload test logs and build directory
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: test-artifacts
|
||||
path: |
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
bash -lc 'cd tools/host && uv sync && cd ../.. && just build::hab-firmware-test-debug'
|
||||
|
||||
- name: Upload firmware_test_hab.bin
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: firmware-hab-debug
|
||||
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'
|
||||
|
||||
- name: Upload bootloader_hab.bin
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: bootloader-hab-release
|
||||
path: build/Release/bootloader_hab.bin
|
||||
|
|
|
|||
Loading…
Reference in a new issue