summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
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