Skip to content

Commit

Permalink
Force examples permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapo-luchini committed Mar 31, 2024
1 parent 2654e9c commit 1fcc683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ mtn automate tags it.lapo.asn1js | \
{ print " " q $2 q ": " q $1 q "," }
END { print "};});" }
' > tags.js
chmod 644 examples/*
type gsha256sum >/dev/null && SHA256=gsha256sum || SHA256=sha256sum
$SHA256 -t $FILES | gpg --clearsign > sha256sums.asc
7z a -tzip -mx=9 asn1js.zip $FILES sha256sums.asc
Expand Down

0 comments on commit 1fcc683

Please sign in to comment.