Skip to content

Commit

Permalink
🚑 Chmod +x
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jan 9, 2025
1 parent 7f89838 commit 1214315
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
cache: 'npm'
- name: Build
run: |
chmod +x prebuilds/*/bin/*
npm install
npm pack
- uses: softprops/action-gh-release@v2
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# xmake packages for some package managers

- [PYPI](https://pypi.org/project/xmake-wheel)
- [npmjs.org](https://www.npmjs.com/package/xmake-build-system)
- [luarocks.org](https://luarocks.org/modules/Freed-Wu/xmake/)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xmake-build-system",
"version": "2.9.7",
"version": "2.9.4",
"description": "A cross-platform build utility based on Lua",
"repository": "https://github.com/xmake-io/xmake-wheel",
"homepage": "https://github.com/xmake-io/xmake-wheel#readme",
Expand All @@ -11,7 +11,7 @@
],
"bin": {
"xmake": "bin/xmake",
"xrepo": "bin/xmake"
"xrepo": "bin/xrepo"
},
"devDependencies": {
"tar": "^7.4.3"
Expand Down

0 comments on commit 1214315

Please sign in to comment.