From f50afa8231fcea2183aea340d05bb81b186011b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Mon, 30 Oct 2023 15:26:41 +0100 Subject: [PATCH] remove app0 --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7268a3a..41abfcd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 ]