We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rsync
1 parent 36c1089 commit 83ae061Copy full SHA for 83ae061
release.sh
@@ -7,7 +7,7 @@ FILES="
7
favicon.svg tree-icon-light.svg tree-icon-dark.svg
8
README.md LICENSE
9
updateOID.sh check.sh
10
- examples/*
+ examples
11
"
12
mtn automate tags 'it.lapo.asn1js{,.*}' | \
13
awk '/^revision/ { print substr($2, 2, length($2) - 2)}' | \
@@ -30,6 +30,6 @@ chmod 644 examples/*
30
type gsha256sum >/dev/null 2>/dev/null && SHA256=gsha256sum || SHA256=sha256sum
31
pnpm build
32
cp dist/index.html index-local.html
33
-$SHA256 -t $FILES | gpg --clearsign > sha256sums.asc
+$SHA256 -t $FILES examples/* | gpg --clearsign > sha256sums.asc
34
7z a -tzip -mx=9 asn1js.zip $FILES sha256sums.asc
35
rsync -Pvrtz asn1js.zip $FILES lapo.it:www/asn1js/
0 commit comments