There was an error while loading. Please reload this page.
1 parent 239acad commit ab6f7e4Copy full SHA for ab6f7e4
1 file changed
publish-wasm.sh
@@ -7,7 +7,7 @@ REPO_AUTH="${GH_TOKEN}:@${REPO}"
7
SRCS=( "polkadot/runtime/wasm" "substrate/executor/wasm" "substrate/test-runtime/wasm" )
8
DST=".wasm-binaries"
9
TARGET="wasm32-unknown-unknown"
10
-UTCDATE=`date -u "+%Y%m%d.%H%M%S"`
+UTCDATE=`date -u "+%Y%m%d.%H%M%S.0"`
11
12
pushd .
13
0 commit comments