summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLee Lup Yuen <luppy@appkaki.com>2020-07-29 01:36:55 (GMT)
committerGitHub <noreply@github.com>2020-07-29 01:36:55 (GMT)
commit774100f0d377e391e515dccdac8b895a17d37f90 (patch)
tree274742716c79b3a5173154a9eae7ab51dfea581d /.github
parent2574b8db5145db9a56ee95e82cbe20ba600d263c (diff)
Update main2.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main2.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main2.yml b/.github/workflows/main2.yml
index dfb43f2..b8801e7 100644
--- a/.github/workflows/main2.yml
+++ b/.github/workflows/main2.yml
@@ -133,9 +133,9 @@ jobs:
- name: Create DFU package
run: |
~/.local/bin/adafruit-nrfutil dfu genpkg --dev-type 0x0052 --application build/src/pinetime-mcuboot-app-img.bin build/src/pinetime-mcuboot-app-dfu.zip
- cd build/src
- unzip -v pinetime-mcuboot-app-dfu.zip
- unzip 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
- name: Upload DFU package
uses: actions/upload-artifact@v2