From 1c833a8b1d38d4dfade11b4f87aaa0a860826435 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 11 Feb 2020 21:04:41 -0500 Subject: Rename CI artifacts. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa1969c1..a80b241b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: run: npm run build:chrome - uses: actions/upload-artifact@v1 with: - name: Chrome Extension + name: ChromeExtension path: dist # Create Firefox artifacts @@ -29,6 +29,6 @@ jobs: run: npm run build:firefox - uses: actions/upload-artifact@v1 with: - name: Firefox Extension + name: FirefoxExtension path: dist -- cgit v1.2.3