diff options
author | Ajay Ramachandran <[email protected]> | 2020-02-03 23:13:40 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-02-03 23:13:40 -0500 |
commit | 7f22687c248bc2fce288519e699439708c1383fc (patch) | |
tree | cfea02ee5a65082e5526b674f580f5435a73f792 /.github | |
parent | 7404e0831b74649a933f765e2a60e7bc15868871 (diff) | |
download | SponsorBlock-7f22687c248bc2fce288519e699439708c1383fc.tar.gz SponsorBlock-7f22687c248bc2fce288519e699439708c1383fc.zip |
Updated CI to use config.json
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |