diff options
author | Ajay Ramachandran <[email protected]> | 2020-02-20 12:21:30 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-02-20 12:21:30 -0500 |
commit | 6a212b762a977c0c35ffcc5a7dd56700b347b6db (patch) | |
tree | 05b67446e822df537c40166a7afe521ddcceff45 /.github | |
parent | c8ec2922cf03432d69b8612d0c30535e2c763bd1 (diff) | |
download | SponsorBlock-6a212b762a977c0c35ffcc5a7dd56700b347b6db.tar.gz SponsorBlock-6a212b762a977c0c35ffcc5a7dd56700b347b6db.zip |
Fixed invalid release workflow
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 92759e03..1bb05345 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 # Upload each release asset - name: Upload to release |