File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,19 +33,23 @@ jobs:
3333 TOKEN : ${{ secrets.SNAPSHOT_TOKEN }}
3434 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3535 run : node ./scripts/get-snapshot-version.mjs
36- # - name: Build Firefox v2
37- # run: npm run build:firefox_v2
38- # - name: Build Firefox v3
39- # run: npm run build:firefox_v3
40- # - name: Build Chrome v2
41- # run: npm run build:chrome_v2
36+ - name : Build Firefox v2
37+ run : npm run build:firefox_v2
38+ - name : Build Firefox v3
39+ run : npm run build:firefox_v3
40+ - name : Build Chrome v2
41+ run : npm run build:chrome_v2
4242 - name : Build Chrome v3
4343 run : npm run build:chrome_v3
4444 - name : Upload bundle
4545 uses : actions/upload-artifact@v4
4646 with :
4747 name : dist
48- path : dist_chrome_v3
48+ path : |
49+ dist_chrome_v2
50+ dist_chrome_v3
51+ dist_firefox_v2
52+ dist_firefox_v3
4953 - name : Upload bundle analyze
5054 uses : actions/upload-artifact@v4
5155 with :
You can’t perform that action at this time.
0 commit comments