diff options
author | Ajay Ramachandran <[email protected]> | 2020-02-11 21:04:41 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-02-11 21:04:41 -0500 |
commit | 1c833a8b1d38d4dfade11b4f87aaa0a860826435 (patch) | |
tree | 11a23f7e2f97cbe0f563418be7f65243e953a2bc | |
parent | ec59c7e0f99fb9ff33087e8c5b359e8827833804 (diff) | |
download | SponsorBlock-1c833a8b1d38d4dfade11b4f87aaa0a860826435.tar.gz SponsorBlock-1c833a8b1d38d4dfade11b4f87aaa0a860826435.zip |
Rename CI artifacts.
-rw-r--r-- | .github/workflows/ci.yml | 4 |
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 |