From 2ddf1ed2f335a687b2b1117ec0c8a4d2cb3cf82c Mon Sep 17 00:00:00 2001 From: Lee Lup Yuen Date: Tue, 28 Jul 2020 14:29:58 +0800 Subject: [PATCH] Update main2.yml --- .github/workflows/main2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main2.yml b/.github/workflows/main2.yml index fb4abb5b..97c91e7e 100644 --- a/.github/workflows/main2.yml +++ b/.github/workflows/main2.yml @@ -95,7 +95,7 @@ jobs: run: mkdir -p build && cd build && cmake -DARM_NONE_EABI_TOOLCHAIN_PATH=${{ runner.temp }}/arm-none-eabi -DNRF5_SDK_PATH=${{ runner.temp }}/nrf5_sdk -DUSE_OPENOCD=1 ../ ######################################################################################### - # Make and upload pinetime-mcuboot-app + # Make and Upload DFU Package # pinetime-mcuboot-app.img must be flashed at address 0x8000 in the internal flash memory with OpenOCD: # program image.bin 0x8000 @@ -124,7 +124,7 @@ jobs: path: build/src/pinetime-mcuboot-app-dfu.zip ######################################################################################### - # Make and upload pinetime-app + # Make and Upload pinetime-app - name: Make pinetime-app run: cd build && make pinetime-app