summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLee Lup Yuen <luppy@appkaki.com>2020-07-28 05:47:08 (GMT)
committerGitHub <noreply@github.com>2020-07-28 05:47:08 (GMT)
commitd91ae6cd50bb6e2396a7e8c5a9eabda83da61c1c (patch)
tree1647febb85dda2685712ebdae01e27adfbe8f1c1 /.github/workflows
parentea393fac268ec4e6d6c37b76bde088d427bf0d28 (diff)
Update main2.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main2.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main2.yml b/.github/workflows/main2.yml
index 35c6bcc..0dcb16e 100644
--- a/.github/workflows/main2.yml
+++ b/.github/workflows/main2.yml
@@ -106,10 +106,10 @@ jobs:
run: cd build && make pinetime-mcuboot-app
- name: Create firmware image
- run: mcuboot/scripts/imgtool.py create --align 4 --version 1.0.0 --header-size 32 --slot-size 475136 --pad-header build/src/pinetime-mcuboot-app.bin build/src/pinetime-mcuboot-app.img
+ run: ${{ runner.temp }}/mcuboot/scripts/imgtool.py create --align 4 --version 1.0.0 --header-size 32 --slot-size 475136 --pad-header build/src/pinetime-mcuboot-app.bin build/src/pinetime-mcuboot-app.img
- name: Verify firmware image
- run: mcuboot/scripts/imgtool.py verify build/src/pinetime-mcuboot-app.img
+ run: ${{ runner.temp }}/mcuboot/scripts/imgtool.py verify build/src/pinetime-mcuboot-app.img
- name: Upload pinetime-mcuboot-app
uses: actions/upload-artifact@v2