aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-02-03 23:13:40 -0500
committerAjay Ramachandran <[email protected]>2020-02-03 23:13:40 -0500
commit7f22687c248bc2fce288519e699439708c1383fc (patch)
treecfea02ee5a65082e5526b674f580f5435a73f792 /.github
parent7404e0831b74649a933f765e2a60e7bc15868871 (diff)
downloadSponsorBlock-7f22687c248bc2fce288519e699439708c1383fc.tar.gz
SponsorBlock-7f22687c248bc2fce288519e699439708c1383fc.zip
Updated CI to use config.json
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 04a246be..bc7a3123 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v1
- run: npm install
- name: Copy configuration
- run: cp config.js.example config.js
+ run: cp config.json.example config.json
# Create Chrome artifacts
- name: Create Chrome artifacts