diff options
author | Ajay Ramachandran <[email protected]> | 2020-02-03 23:11:01 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-02-03 23:11:01 -0500 |
commit | 7404e0831b74649a933f765e2a60e7bc15868871 (patch) | |
tree | 8f6166f52834a9f0bfb32af0478feeba10998c22 /.github | |
parent | e3be54cbe73c3e7836828c95a2a240807c1ea30a (diff) | |
download | SponsorBlock-7404e0831b74649a933f765e2a60e7bc15868871.tar.gz SponsorBlock-7404e0831b74649a933f765e2a60e7bc15868871.zip |
Updated CI
Diffstat (limited to '.github')
-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 8f8758a2..04a246be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 |