Skip to content

Commit

Permalink
fix: testing ci: attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpmohiburrahman committed Jun 25, 2024
1 parent 8858dd4 commit 173a660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: pnpm build

- name: Archive chrome-extension artifact
run: zip -r chrome-extension-${{ github.sha }}.zip dist
run: zip -r chrome-extension-${{ github.sha }}.zip dist/*

- name: Upload chrome-extension artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 173a660

Please sign in to comment.