diff options
| author | Lee Lup Yuen <luppy@appkaki.com> | 2020-07-29 01:36:55 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-29 01:36:55 (GMT) |
| commit | 774100f0d377e391e515dccdac8b895a17d37f90 (patch) | |
| tree | 274742716c79b3a5173154a9eae7ab51dfea581d /.github | |
| parent | 2574b8db5145db9a56ee95e82cbe20ba600d263c (diff) | |
Update main2.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main2.yml | 6 |
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 |
