Archived
1
0

Rename static releases to binary releases

More clear as discussed in PR.
This commit is contained in:
Anmol Sethi
2020-05-27 15:56:18 -04:00
parent 665ca017a1
commit fa45fd0e31
13 changed files with 46 additions and 46 deletions

View File

@ -7,8 +7,8 @@ main() {
# https://github.com/actions/upload-artifact/issues/38
tar -xzf release-npm-package/package.tar.gz
yarn release:static
yarn test:static-release
yarn release:binary
yarn test:binary-release
yarn package
}