Skip to content

Commit

Permalink
Merge pull request #168 from konnected-io/release-ota-file
Browse files Browse the repository at this point in the history
Update release workflow to add OTA image.
  • Loading branch information
heythisisnate authored Aug 15, 2022
2 parents 2c50010 + dd6ac69 commit d6e43a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
./scripts/build-firmware
mkdir assets
cp build/konnected-esp8266-latest.bin assets/konnected-esp8266-${{ steps.get_release.outputs.tag_name }}.bin
cp build/app/lfs.img assets/lfs-${{ steps.get_release.outputs.tag_name }}.img
- name: Upload asset to release
uses: bgpat/release-asset-action@03b0c30db1c4031ce3474740b0e4275cd7e126a3
with:
Expand Down

0 comments on commit d6e43a5

Please sign in to comment.