Skip to content

Commit

Permalink
remove app0
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Oct 30, 2023
1 parent e61d5c5 commit f50afa8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,14 @@ jobs:
tag: ${{ github.ref_name }}
run: |
sh build.sh
sh release.sh $tag
- name: Create github release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
run: |
gh release create "$tag" --generate-notes ./dist/$tag/bootloader.bin ./dist/$tag/boot_app0.bin \
./dist/$tag/nostrZapLamp.ino.bin ./dist/$tag/nostrZapLamp.ino.partitions.bin
gh release create "$tag" --generate-notes ./dist/$tag/nostrZapLamp.ino.bootloader.bin \
./build/nostrZapLamp.ino.bin ./build/nostrZapLamp.ino.partitions.bin
pages:
needs: [ release ]
Expand Down

0 comments on commit f50afa8

Please sign in to comment.