Skip to content

Commit 1214315

Browse files
committed
🚑 Chmod +x
1 parent 7f89838 commit 1214315

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
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

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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/)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -11,7 +11,7 @@
1111
],
1212
"bin": {
1313
"xmake": "bin/xmake",
14-
"xrepo": "bin/xmake"
14+
"xrepo": "bin/xrepo"
1515
},
1616
"devDependencies": {
1717
"tar": "^7.4.3"

0 commit comments

Comments
 (0)