diff options
author | Ajay Ramachandran <[email protected]> | 2020-03-08 23:20:41 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-03-08 23:20:41 -0400 |
commit | d7f7acb219aebaf392d2083caebb2d569ed1aad9 (patch) | |
tree | 11013b014d8a6b93a867f4eeaf4bbe17e8c275bc /.github | |
parent | ae94811a0024fd106cdf2d1dd0ceec4f9fece7cf (diff) | |
download | SponsorBlock-d7f7acb219aebaf392d2083caebb2d569ed1aad9.tar.gz SponsorBlock-d7f7acb219aebaf392d2083caebb2d569ed1aad9.zip |
Fixed release action
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci/action.yml (renamed from .github/workflows/ci.yml) | 0 | ||||
-rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci/action.yml index 60e01530..60e01530 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci/action.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe17a089..8ee5baf0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: # Build Artifacts - uses: actions/checkout@v1 - name: Build Artifacts - uses: ./.github/workflows/ci.yml + uses: ./.github/workflows/ci/ # Upload each release asset - name: Upload to release |