From 0fabba1c9aa9d054c3cb846c31a58a179bb1d584 Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Fri, 27 May 2022 11:36:55 +0300 Subject: [PATCH] Remove extra linebreaks --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d498ae66..8d129726 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,8 +31,7 @@ jobs: shell: bash env: SOURCES_DIR: . - run: | - /opt/build.sh all + run: /opt/build.sh all # Unzip the package because Upload Artifact will zip up the files - name: Unzip DFU package 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 with: name: InfiniTime MCUBoot image ${{ github.head_ref }} - path: | - ./build/output/pinetime-mcuboot-app-image-*.bin + path: ./build/output/pinetime-mcuboot-app-image-*.bin