Skip to content

Commit d48f592

Browse files
rvaggMylesBorins
authored andcommitted
tools: ensure consistent perms of signed release files
Fixes: nodejs/build#1904 PR-URL: #29350 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 0911813 commit d48f592

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ function sign {
144144

145145
if [ "X${yorn}" == "Xy" ]; then
146146
scp ${customsshkey} ${tmpdir}/${shafile} ${tmpdir}/${shafile}.asc ${tmpdir}/${shafile}.sig ${webuser}@${webhost}:${shadir}/
147+
ssh ${customsshkey} ${webuser}@${webhost} chmod 644 ${shadir}/${shafile}.asc ${shadir}/${shafile}.sig
147148
break
148149
fi
149150
done

0 commit comments

Comments
 (0)