File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 50
50
last_commit_hash=$(git rev-parse --short=8 HEAD)
51
51
solidity_version=$("scripts/get_version.sh")
52
52
nightly_version="v${solidity_version}-nightly.${last_commit_date}+commit.${last_commit_hash}"
53
- echo "nightly.${last_commit_date}" > prerelease.txt
54
53
55
54
echo "LAST_COMMIT_DATE=${last_commit_date}" >> $GITHUB_ENV
56
55
echo "LAST_COMMIT_HASH=${last_commit_hash}" >> $GITHUB_ENV
75
74
run : |
76
75
cd solidity/
77
76
# Note that this script will spawn and build inside a docker image (which works just fine in github actions).
78
- scripts/build_emscripten.sh
77
+ scripts/build_emscripten.sh --prerelease-source "nightly"
79
78
80
79
- name : Upload soljson.js as an artifact
81
80
if : " env.NIGHTLY_ALREADY_EXISTS == 'false'"
You can’t perform that action at this time.
0 commit comments