Skip to content

Commit

Permalink
update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Dec 2, 2023
1 parent 72f2768 commit ee698ea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ee698ea

Please sign in to comment.