summaryrefslogtreecommitdiff
path: root/.github/workflows/release-linux.yml
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2022-06-15 21:57:30 -0700
committerGitHub <noreply@github.com>2022-06-15 21:57:30 -0700
commitf5c81d869b48f8fa22a4c9b028a7d694d70b7291 (patch)
tree4122cb5625760be6f6a260e3ac5bdcc41db7354e /.github/workflows/release-linux.yml
parentc8dc01436473ff2eb4ab4f219804d474720b02fe (diff)
Add signing to Macos release workflow. (#2285)
* Update macos workflow * Fetch submodule * fix Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to '.github/workflows/release-linux.yml')
-rw-r--r--.github/workflows/release-linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-linux.yml b/.github/workflows/release-linux.yml
index 3f5feeaef..c3d075d01 100644
--- a/.github/workflows/release-linux.yml
+++ b/.github/workflows/release-linux.yml
@@ -4,7 +4,7 @@ on:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
-name: Upload Release Asset
+name: Linux Release
jobs:
build: