From fbb68089d53c754d7f1fa6076389342a7332352d Mon Sep 17 00:00:00 2001 From: andreas Date: Sun, 7 Nov 2021 21:11:28 +0100 Subject: [PATCH] update upload action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 791f910..a1ba28e 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 -e m5stack-atom + run: pio run - name: Create Release