Update main.yml
When installing Cmake you get Error: The add-path command is deprecated and will be disabled on November 16th... And the file pinetime-mcuboot-app-dfu.zip was being generated as pinetime-mcuboot-app-dfu.zip.zip
This commit is contained in:
parent
f0e1f98823
commit
3c7258ddb8
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
# Download and Cache Dependencies
|
# Download and Cache Dependencies
|
||||||
|
|
||||||
- name: Install cmake
|
- name: Install cmake
|
||||||
uses: lukka/get-cmake@v3.18.0
|
uses: lukka/get-cmake@v3.18.3
|
||||||
|
|
||||||
- name: Check cache for Embedded Arm Toolchain arm-none-eabi-gcc
|
- name: Check cache for Embedded Arm Toolchain arm-none-eabi-gcc
|
||||||
id: cache-toolchain
|
id: cache-toolchain
|
||||||
|
@ -142,7 +142,7 @@ jobs:
|
||||||
- name: Upload DFU package
|
- name: Upload DFU package
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: pinetime-mcuboot-app-dfu.zip
|
name: pinetime-mcuboot-app-dfu
|
||||||
path: build/src/pinetime-mcuboot-app-dfu/*
|
path: build/src/pinetime-mcuboot-app-dfu/*
|
||||||
|
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
|
@ -168,4 +168,4 @@ jobs:
|
||||||
find . -name "pinetime-mcuboot-app.*" -ls
|
find . -name "pinetime-mcuboot-app.*" -ls
|
||||||
|
|
||||||
# Embedded Arm Toolchain and nRF5 SDK will only be cached if the build succeeds.
|
# Embedded Arm Toolchain and nRF5 SDK will only be cached if the build succeeds.
|
||||||
# So make sure that the first build always succeeds, e.g. comment out the "Make" step.
|
# So make sure that the first build always succeeds, e.g. comment out the "Make" step.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user