Remove extra linebreaks
This commit is contained in:
parent
a2218dd4ad
commit
0fabba1c9a
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user