File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,24 @@ jobs:
55
55
publish :
56
56
runs-on : ubuntu-latest
57
57
if : startsWith(github.ref, 'refs/tags/')
58
+ needs :
59
+ - build
58
60
steps :
61
+ - uses : actions/checkout@v4
59
62
- uses : actions/download-artifact@v4
60
63
with :
61
64
pattern : artifact-*
62
65
merge-multiple : true
63
66
path : prebuilds
67
+ - uses : actions/setup-node@v4
68
+ with :
69
+ node-version : latest
70
+ registry-url : https://registry.npmjs.org
71
+ cache : ' npm'
72
+ - name : Build
73
+ run : |
74
+ npm install
75
+ npm pack
64
76
- uses : softprops/action-gh-release@v2
65
77
with :
66
78
files : ' *.tgz'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xmake-build-system" ,
3
- "version" : " 2.9.7 " ,
3
+ "version" : " 2.9.6 " ,
4
4
"description" : " A cross-platform build utility based on Lua" ,
5
5
"repository" : " https://github.com/xmake-io/xmake-wheel" ,
6
6
"homepage" : " https://github.com/xmake-io/xmake-wheel#readme" ,
You can’t perform that action at this time.
0 commit comments