diff --git a/workflow-templates/publish-go-nightly-task.yml b/workflow-templates/publish-go-nightly-task.yml index a5735eec..a8cb7104 100644 --- a/workflow-templates/publish-go-nightly-task.yml +++ b/workflow-templates/publish-go-nightly-task.yml @@ -21,6 +21,7 @@ on: jobs: create-nightly-artifacts: + name: Build ${{ matrix.os.artifact-suffix }} runs-on: ubuntu-latest permissions: contents: read diff --git a/workflow-templates/release-go-crosscompile-task.yml b/workflow-templates/release-go-crosscompile-task.yml index f298e466..d70d68a6 100644 --- a/workflow-templates/release-go-crosscompile-task.yml +++ b/workflow-templates/release-go-crosscompile-task.yml @@ -18,6 +18,7 @@ on: jobs: create-release-artifacts: + name: Build ${{ matrix.os.artifact-suffix }} runs-on: ubuntu-latest permissions: contents: read diff --git a/workflow-templates/release-go-task.yml b/workflow-templates/release-go-task.yml index 75a226cd..f5c364a4 100644 --- a/workflow-templates/release-go-task.yml +++ b/workflow-templates/release-go-task.yml @@ -18,6 +18,7 @@ on: jobs: create-release-artifacts: + name: Build ${{ matrix.os.artifact-suffix }} runs-on: ubuntu-latest permissions: contents: read