From 86e29515e789b26384eed4dae210b65d50f6adc4 Mon Sep 17 00:00:00 2001 From: Proddy Date: Tue, 15 Aug 2023 18:44:24 +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: