From 78e5cbfd8fb3f25ba13dce2dbc3206d10944d5f9 Mon Sep 17 00:00:00 2001 From: ZanzyTHEbar Date: Sun, 12 Mar 2023 01:39:59 +0000 Subject: [PATCH] fix: add s3 env to cleanup step --- .github/workflows/build_release_bins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release_bins.yml b/.github/workflows/build_release_bins.yml index 0b0c4ad..b839b8a 100644 --- a/.github/workflows/build_release_bins.yml +++ b/.github/workflows/build_release_bins.yml @@ -114,7 +114,7 @@ jobs: strategy: fail-fast: false matrix: - target_name: [esp32AIThinker, esp32M5Stack, esp32Cam, esp_eye, wrover] + target_name: [esp32AIThinker, esp32M5Stack, esp32Cam, esp_eye, wrover, wrovers3] target_build_type: ["", _release, _OTA] name: Cleanup actions needs: