From e3870a6b2850f7259337c48ffa1bbbc0cfc87b07 Mon Sep 17 00:00:00 2001 From: Justin Baur <19896123+justindbaur@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:34:23 -0500 Subject: [PATCH] Firefox mv3 build changes (#13366) * Remove Firefox MV2 Artifact Creation * Rename Firefox 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 d9cac58780..18f104bdc2 100644 --- a/.github/workflows/build-browser.yml +++ b/.github/workflows/build-browser.yml @@ -200,14 +200,10 @@ jobs: npm_command: "dist:edge" archive_name: "dist-edge.zip" artifact_name: "dist-edge-MV3" - - name: "firefox" - npm_command: "dist:firefox" - archive_name: "dist-firefox.zip" - artifact_name: "dist-firefox" - name: "firefox-mv3" npm_command: "dist:firefox:mv3" archive_name: "dist-firefox.zip" - artifact_name: "DO-NOT-USE-FOR-PROD-dist-firefox-MV3" + artifact_name: "dist-firefox-MV3" - name: "opera" npm_command: "dist:opera" archive_name: "dist-opera.zip"