Skip to content

Commit

Permalink
build.yml: Rename to package-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacwnewton committed May 12, 2022
1 parent 6d70963 commit a9d725c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: Package SCT C++ binaries

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ This is essentially a metapackage of three packages:

Unlike a traditional metapackage, instead of including links to the contained packages this directly copies them into it. We distribute them together because it simplifies our package manager, `sct_download_data`, to only have to track and know about one big file.

See [.github/workflows/build.yml](.github/workflows/build.yml) for the build script, and the links to update to change the included versions.
See [.github/workflows/package-binaries.yml](.github/workflows/package-binaries.yml) for the packaging script, and the links to update to change the included versions.

0 comments on commit a9d725c

Please sign in to comment.