From fafd35d19e8b7e9028ca3f09bdb9689c4ab1a165 Mon Sep 17 00:00:00 2001 From: ZanzyTHEbar Date: Sun, 12 Mar 2023 09:52:01 +0000 Subject: [PATCH] fix: remove ota env from 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 b839b8a..c2c68ac 100644 --- a/.github/workflows/build_release_bins.yml +++ b/.github/workflows/build_release_bins.yml @@ -115,7 +115,7 @@ jobs: fail-fast: false matrix: target_name: [esp32AIThinker, esp32M5Stack, esp32Cam, esp_eye, wrover, wrovers3] - target_build_type: ["", _release, _OTA] + target_build_type: ["", _release] name: Cleanup actions needs: - release-openiris