-
-
Notifications
You must be signed in to change notification settings - Fork 606
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Write release checksums to per-release files (#7681)
Have the release action write the checksums to a file whose name matches the name of the boulder deb and rpm files whose checksums it contains. This prevents name-collision errors when we are running multiple Go versions side-by-side in CI. To demonstrate this, augment the try-release action to write the checksums to the same file, print the list of files it would upload, and print the contents of the checksums file. Also allow the try-release workflow to be triggered manually.
- Loading branch information
1 parent
135eda3
commit 1fcf0ee
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters