Skip to content

Commit 218b475

Browse files
authored
Update testing.yml
1 parent 716ba4f commit 218b475

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testing.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ jobs:
2929
3030
- name: Zip Chrome and firefox folders
3131
run: |
32-
zip -r chrome-${{ github.sha }}.zip dist/betterseqta+@*-chrome
33-
zip -r firefox-${{ github.sha }}.zip dist/betterseqta+@*-firefox
32+
zip -r chrome-${{ github.sha }}.zip dist/chrome
33+
zip -r firefox-${{ github.sha }}.zip dist/firefox
3434
3535
- name: Upload Firefox
3636
uses: actions/upload-artifact@v4
3737
with:
3838
name: firefox-zip
39-
path: firefox.zip
39+
path: firefox-${{ github.sha }}.zip
4040
- name: Upload Chrome
4141
uses: actions/upload-artifact@v4
4242
with:
4343
name: chrome-zip
44-
path: chrome.zip
44+
path: chrome-${{ github.sha }}.zip
4545
- name: Release
4646
uses: xresloader/upload-to-github-release@v1
4747
env:

0 commit comments

Comments
 (0)