Skip to content

Commit

Permalink
Better naming of build step covering C++ SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Oct 15, 2024
1 parent dc48f59 commit 1629405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
secrets: inherit

publish-rerun_c:
name: "Build and Publish rerun_c"
name: "Build and Publish C/C++ SDKs"
needs: [version]
uses: ./.github/workflows/reusable_publish_rerun_c.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_publish_rerun_c.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and publish C++ SDK
name: Build and Publish C/C++ SDKs

on:
workflow_call:
Expand Down

0 comments on commit 1629405

Please sign in to comment.