From 7404e0831b74649a933f765e2a60e7bc15868871 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 3 Feb 2020 23:11:01 -0500 Subject: [PATCH] Updated CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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