From ee698eaf627e4ec6d9962f3ff89b6c1997f624f4 Mon Sep 17 00:00:00 2001 From: jingjingxyk Date: Sun, 3 Dec 2023 01:55:19 +0800 Subject: [PATCH] update build.yaml --- .github/workflows/build.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f96a18b8..4f277182 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,6 +38,13 @@ jobs: retention-days: 7 path: | dist/ReplaceGoogleCDN-v2.zip + + - name: production artifacts v3 + uses: actions/upload-artifact@v3 + with: + name: replace-google-cdn-v3 + retention-days: 7 + path: | dist/ReplaceGoogleCDN-v3.zip - name: Build v3 @@ -52,6 +59,13 @@ jobs: retention-days: 7 path: | dist/ReplaceGoogleCDN-v3-chromium.zip + + - name: production artifacts v3 firefox + uses: actions/upload-artifact@v3 + with: + name: replace-google-cdn-v3-firefox + retention-days: 7 + path: | dist/ReplaceGoogleCDN-v3-firefox.zip - name: Browser Plugin Publish v2