Skip to content

Commit

Permalink
Update GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
befabri committed Jul 24, 2024
1 parent d26b5e6 commit 0775a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- name: Upload Chrome ZIP
uses: actions/upload-artifact@v4
with:
name: chrome.zip
name: chrome
path: ./dist/chrome/**/*

- name: Upload Firefox ZIP
uses: actions/upload-artifact@v4
with:
name: firefox.zip
name: firefox
path: ./dist/firefox/**/*

0 comments on commit 0775a03

Please sign in to comment.