未验证 提交 524b0205 编写于 作者: A Anmol Sethi

Workaround for GH Actions ruining file permissions

上级 1e432b25
......@@ -10,6 +10,8 @@ main() {
fi
download_artifact npm-package ./release
# https://github.com/actions/upload-artifact/issues/38
chmod +x $(grep -rl '^#!/.\+' release)
yarn publish --non-interactive release
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册