Merge pull request #281 from ajayyy/experimental

Rename CI artifacts
This commit is contained in:
Ajay Ramachandran
2020-02-17 15:24:49 -05:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ jobs:
run: npm run build:chrome run: npm run build:chrome
- uses: actions/upload-artifact@v1 - uses: actions/upload-artifact@v1
with: with:
name: Chrome Extension name: ChromeExtension
path: dist path: dist
# Create Firefox artifacts # Create Firefox artifacts
@@ -29,6 +29,6 @@ jobs:
run: npm run build:firefox run: npm run build:firefox
- uses: actions/upload-artifact@v1 - uses: actions/upload-artifact@v1
with: with:
name: Firefox Extension name: FirefoxExtension
path: dist path: dist