diff options
author | Ajay Ramachandran <[email protected]> | 2020-02-23 20:42:12 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-23 20:42:12 -0500 |
commit | d0a34d423cb7b8db20d3db32c2252083a24914c2 (patch) | |
tree | 7367894073283538091f16d59d3528924e12a286 /.github | |
parent | adfba72f19977180c058fe67219376e01eac40b7 (diff) | |
download | SponsorBlock-d0a34d423cb7b8db20d3db32c2252083a24914c2.tar.gz SponsorBlock-d0a34d423cb7b8db20d3db32c2252083a24914c2.zip |
Fix release CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bb05345..3714e6b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: steps: # Build Artifacts - name: Build Artifacts - uses: ./.github/workflows/ci + uses: ./.github/workflows/ci.yml # Upload each release asset - name: Upload to release |