Skip to content

Commit

Permalink
fixing github comment action
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya committed Sep 18, 2023
1 parent aa51bd8 commit b26449d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ jobs:
pwd
npm install
npm run build
zip extension.zip ./dist/ -r
- name: "Upload extension.zip as artifact"
uses: actions/upload-artifact@v3
with:
name: extension
path: browser-extension/plugin/extension.zip
path: browser-extension/plugin/dist/

- name: Create PR Comment with Artifact Link
uses: actions/github-script@v5
Expand Down

0 comments on commit b26449d

Please sign in to comment.