Tentative : Fix artifact path
This commit is contained in:
parent
ba10b274fc
commit
1ba4891caf
|
@ -41,10 +41,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: InfiniTime DFU file
|
name: InfiniTime DFU file
|
||||||
path: |
|
path: |
|
||||||
/sources/build/output/pinetime-mcuboot-app-dfu-*.zip
|
./build/output/pinetime-mcuboot-app-dfu-*.zip
|
||||||
- name: Upload MCUBoot image artifacts
|
- name: Upload MCUBoot image artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: InfiniTime MCUBoot image file
|
name: InfiniTime MCUBoot image file
|
||||||
path: |
|
path: |
|
||||||
/sources/build/output/pinetime-mcuboot-app-image-*.bin
|
./build/output/pinetime-mcuboot-app-image-*.bin
|
||||||
|
|
Loading…
Reference in New Issue