diff --git a/.github/workflows/release-recovery-beta.yml b/.github/workflows/release-recovery-beta.yml index 01523e958..198e7c995 100644 --- a/.github/workflows/release-recovery-beta.yml +++ b/.github/workflows/release-recovery-beta.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - build_type: ["102", "202", "204", "401", "402", "403", "601"] + build_type: ["102", "202", "204", "205", "401", "402", "403", "601"] steps: - name: Checkout repo uses: actions/checkout@v4 diff --git a/.github/workflows/release-recovery.yml b/.github/workflows/release-recovery.yml index 5cfd577db..fe17fc188 100644 --- a/.github/workflows/release-recovery.yml +++ b/.github/workflows/release-recovery.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - build_type: ["102", "202", "204", "401", "402", "403", "601"] + build_type: ["102", "202", "204", "205", "401", "402", "403", "601"] steps: - name: Checkout repo uses: actions/checkout@v4