Tentative : Fix artifact path

This commit is contained in:
Jean-François Milants 2022-05-14 23:04:54 +02:00
parent ba10b274fc
commit 1ba4891caf
1 changed files with 2 additions and 2 deletions

View File

@ -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