mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-13 02:14:23 +01:00
Rename CI artifacts.
This commit is contained in:
parent
ec59c7e0f9
commit
1c833a8b1d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue