aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-02-11 21:04:41 -0500
committerAjay Ramachandran <[email protected]>2020-02-11 21:04:41 -0500
commit1c833a8b1d38d4dfade11b4f87aaa0a860826435 (patch)
tree11a23f7e2f97cbe0f563418be7f65243e953a2bc /.github
parentec59c7e0f99fb9ff33087e8c5b359e8827833804 (diff)
downloadSponsorBlock-1c833a8b1d38d4dfade11b4f87aaa0a860826435.tar.gz
SponsorBlock-1c833a8b1d38d4dfade11b4f87aaa0a860826435.zip
Rename CI artifacts.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
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