From 1fd3c11e1218dd490a2b1022fffe1917365818e9 Mon Sep 17 00:00:00 2001 From: Proddy Date: Tue, 15 Aug 2023 18:50:58 +0200 Subject: [PATCH] build s3 --- .github/workflows/tagged_release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tagged_release.yml b/.github/workflows/tagged_release.yml index f27f382de..3ed9bc833 100644 --- a/.github/workflows/tagged_release.yml +++ b/.github/workflows/tagged_release.yml @@ -36,6 +36,10 @@ jobs: run: | platformio run -e ci + - name: Build S3 firmware + run: | + platformio run -e ci_s3 + - name: Release uses: 'marvinpinto/action-automatic-releases@latest' with: