From 9e6643f668f79d94de5b7af59a5ebdebcf177987 Mon Sep 17 00:00:00 2001 From: Justin Baur <19896123+justindbaur@users.noreply.github.com> Date: Wed, 12 Feb 2025 16:28:36 -0500 Subject: [PATCH] Opera mv3 build changes (#13365) * Remove MV2 Opera Artifact Creation * Rename Opera MV3 Artifact --- .github/workflows/build-browser.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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