Skip to content

Commit

Permalink
Helps if you remove the original clause
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Jul 9, 2024
1 parent 8b388d1 commit a3777e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_nrf52.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
name: firmware-${{ inputs.board }}-${{ steps.version.outputs.version }}.zip
overwrite: true
path: |
release/*.hex
release/*.uf2
release/*.elf
release/*.zip
3 changes: 0 additions & 3 deletions bin/build-nrf52.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ else
cp $DFUPKG $OUTDIR/$basename-ota.zip
fi

DFUPKG=.pio/build/$1/firmware.zip
cp $DFUPKG $OUTDIR/$basename-ota.zip

echo "Generating NRF52 uf2 file"
SRCHEX=.pio/build/$1/firmware.hex

Expand Down

0 comments on commit a3777e8

Please sign in to comment.