From c8a5f73ba3bf596e147238c032d0d60f90db38c4 Mon Sep 17 00:00:00 2001 From: andreas Date: Sun, 7 Nov 2021 21:09:13 +0100 Subject: [PATCH] update upload action --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b11871..791f910 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: env: VERSION: ${{ steps.version.outputs.version}} PLATFORMIO_BUILD_FLAGS: "-DGWRELEASEVERSION=${{ steps.version.outputs.version}}" - run: pio run + run: pio run -e m5stack-atom - name: Create Release @@ -58,6 +58,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ github.ref }} + tag: ${{ steps.version.outputs.version}} file: ./.pio/build/*/*-all.bin file_glob: true