This commit is contained in:
Nathan Bierema 2022-11-07 08:07:39 -05:00
parent 2fb25fbcf5
commit 9d720b1832

View File

@ -25,6 +25,10 @@ jobs:
- name: Build
run: pnpm build:all
- shell: bash
run: |
ls extension/chrome/dist/
- name: Archive Chrome Extension
uses: actions/upload-artifact@v3
with: