diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f8758a2..04a246be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/upload-artifact@v1 with: name: Chrome Extension - path: web-ext-artifacts + path: dist # Create Firefox artifacts - name: Move manifest @@ -34,5 +34,5 @@ jobs: - uses: actions/upload-artifact@v1 with: name: Firefox Extension - path: web-ext-artifacts + path: dist