File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 7272 cache : ' npm'
7373 - name : Build
7474 run : |
75+ chmod +x prebuilds/*/bin/*
7576 npm install
7677 npm pack
7778 - uses : softprops/action-gh-release@v2
Original file line number Diff line number Diff line change 1+ # xmake packages for some package managers
2+
3+ - [ PYPI] ( https://pypi.org/project/xmake-wheel )
4+ - [ npmjs.org] ( https://www.npmjs.com/package/xmake-build-system )
5+ - [ luarocks.org] ( https://luarocks.org/modules/Freed-Wu/xmake/ )
Original file line number Diff line number Diff line change 11{
22 "name" : " xmake-build-system" ,
3- "version" : " 2.9.7 " ,
3+ "version" : " 2.9.4 " ,
44 "description" : " A cross-platform build utility based on Lua" ,
55 "repository" : " https://github.com/xmake-io/xmake-wheel" ,
66 "homepage" : " https://github.com/xmake-io/xmake-wheel#readme" ,
1111 ],
1212 "bin" : {
1313 "xmake" : " bin/xmake" ,
14- "xrepo" : " bin/xmake "
14+ "xrepo" : " bin/xrepo "
1515 },
1616 "devDependencies" : {
1717 "tar" : " ^7.4.3"
You can’t perform that action at this time.
0 commit comments