diff --git a/.github/workflows/build-browser.yml b/.github/workflows/build-browser.yml index 18f104bdc20..b9a26f68eeb 100644 --- a/.github/workflows/build-browser.yml +++ b/.github/workflows/build-browser.yml @@ -204,14 +204,10 @@ jobs: npm_command: "dist:firefox:mv3" archive_name: "dist-firefox.zip" artifact_name: "dist-firefox-MV3" - - name: "opera" - npm_command: "dist:opera" - archive_name: "dist-opera.zip" - artifact_name: "dist-opera" - name: "opera-mv3" npm_command: "dist:opera:mv3" archive_name: "dist-opera.zip" - artifact_name: "DO-NOT-USE-FOR-PROD-dist-opera-MV3" + artifact_name: "dist-opera-MV3" steps: - name: Check out repo uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2