summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Lup Yuen <luppy@appkaki.com>2020-07-29 01:42:08 (GMT)
committerGitHub <noreply@github.com>2020-07-29 01:42:08 (GMT)
commit7ff323df58507756fecc18fdefbbebecd8bfc23c (patch)
treea9f3e0daf186948e978c988ca87bb468f1c6fa75
parent774100f0d377e391e515dccdac8b895a17d37f90 (diff)
Update main2.yml
-rw-r--r--.github/workflows/main2.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main2.yml b/.github/workflows/main2.yml
index b8801e7..3d412d2 100644
--- a/.github/workflows/main2.yml
+++ b/.github/workflows/main2.yml
@@ -135,7 +135,7 @@ jobs:
~/.local/bin/adafruit-nrfutil dfu genpkg --dev-type 0x0052 --application build/src/pinetime-mcuboot-app-img.bin build/src/pinetime-mcuboot-app-dfu.zip
unzip -v build/src/pinetime-mcuboot-app-dfu.zip
# Unzip the package because Upload Artifact will zip up the files
- unzip pinetime-mcuboot-app-dfu.zip -d build/src/pinetime-mcuboot-app-dfu
+ unzip build/src/pinetime-mcuboot-app-dfu.zip -d build/src/pinetime-mcuboot-app-dfu
- name: Upload DFU package
uses: actions/upload-artifact@v2