Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit ab6f7e4

Browse files
jacogrrphmeier
authored andcommitted
Format wasm bin version with semver (#87)
1 parent 239acad commit ab6f7e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

publish-wasm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ REPO_AUTH="${GH_TOKEN}:@${REPO}"
77
SRCS=( "polkadot/runtime/wasm" "substrate/executor/wasm" "substrate/test-runtime/wasm" )
88
DST=".wasm-binaries"
99
TARGET="wasm32-unknown-unknown"
10-
UTCDATE=`date -u "+%Y%m%d.%H%M%S"`
10+
UTCDATE=`date -u "+%Y%m%d.%H%M%S.0"`
1111

1212
pushd .
1313

0 commit comments

Comments
 (0)