diff --git a/.github/workflows/release-factory-beta.yml b/.github/workflows/release-factory-beta.yml index 44674362c..94a36fb88 100644 --- a/.github/workflows/release-factory-beta.yml +++ b/.github/workflows/release-factory-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-factory.yml b/.github/workflows/release-factory.yml index 459214ccc..6383bb95a 100644 --- a/.github/workflows/release-factory.yml +++ b/.github/workflows/release-factory.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