Remove extra linebreaks

This commit is contained in:
Riku Isokoski 2022-05-27 11:36:55 +03:00 committed by JF
parent a2218dd4ad
commit 0fabba1c9a

View File

@ -31,8 +31,7 @@ jobs:
shell: bash shell: bash
env: env:
SOURCES_DIR: . SOURCES_DIR: .
run: | run: /opt/build.sh all
/opt/build.sh all
# Unzip the package because Upload Artifact will zip up the files # Unzip the package because Upload Artifact will zip up the files
- name: Unzip DFU package - name: Unzip DFU package
run: unzip ./build/output/pinetime-mcuboot-app-dfu-*.zip -d ./build/output/pinetime-mcuboot-app-dfu run: unzip ./build/output/pinetime-mcuboot-app-dfu-*.zip -d ./build/output/pinetime-mcuboot-app-dfu
@ -45,5 +44,4 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: InfiniTime MCUBoot image ${{ github.head_ref }} name: InfiniTime MCUBoot image ${{ github.head_ref }}
path: | path: ./build/output/pinetime-mcuboot-app-image-*.bin
./build/output/pinetime-mcuboot-app-image-*.bin