diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-12-07 13:13:45 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-12-07 13:45:36 +0530 |
commit | be1e840ffe9f76e050f74f095e15bee58fdb1200 (patch) | |
tree | 23777ffbeab911db1546fc7b421eef07c923618f /.github | |
parent | aff03e34a2749d7d06bd2a9b0bcc15f82090ecd5 (diff) |
github: rename release.yml to deploy_github_releases.yml
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/deploy_github_releases.yml (renamed from .github/workflows/release.yml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/deploy_github_releases.yml index 68065b7f..d9e51427 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -1,4 +1,4 @@ -name: Release +name: Publish APS binaries to GitHub Releases on: push: tags: |