summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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