Commit 7e3aad7
authored
### Rationale for this change
R binary CI jobs already create `.sha512` checksum files, but the upload script was signing and checksumming them again, creating redundant `.sha512.asc` and `.sha512.sha512` files.
### What changes are included in this PR?
Skip signing and checksumming for files that already end in `.sha512`.
### Are these changes tested?
Reviewed manually. The bash pattern matching correctly identifies and skips `.sha512` files.
### Are there any user-facing changes?
No. This only reduces redundant files in release artifacts.
* GitHub Issue: #47933
Authored-by: Nic Crane <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
1 parent d0e098f commit 7e3aad7
1 file changed
+12
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
| |||
0 commit comments