mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Updated CI
This commit is contained in:
parent
e3be54cbe7
commit
7404e0831b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: Chrome Extension
|
||||
path: web-ext-artifacts
|
||||
path: dist
|
||||
|
||||
# Create Firefox artifacts
|
||||
- name: Move manifest
|
||||
|
@ -34,5 +34,5 @@ jobs:
|
|||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: Firefox Extension
|
||||
path: web-ext-artifacts
|
||||
path: dist
|
||||
|
||||
|
|
Loading…
Reference in a new issue