Skip to content

Commit bef286b

Browse files
committed
release build
1 parent 7e1834c commit bef286b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/xtractl.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,12 @@ jobs:
6868
uses: actions/download-artifact@v4
6969
with:
7070
name: dist
71+
- name: log0
72+
run: |
73+
ls -lR
7174
- name: chmod
7275
run: |
73-
chmod +x ./dist/*/xtractl
76+
chmod +x ./dist/**/xtractl
7477
- name: log1
7578
run: |
7679
ls -lR

libxtracfg/js/xtracfg-native-binding/binding.gyp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{
44
'target_name': 'xtracfg-native',
55
'sources': [ 'src/xtracfg_lib.cc' ],
6-
'libraries': [ '<(local_prefix)/../c/build/libxtracfg.a' ],
7-
'include_dirs': ["<!@(node -p \"require('node-addon-api').include\")", "<(local_prefix)/../c/include"],
6+
'libraries': [ '<(local_prefix)/../../c/build/libxtracfg.a' ],
7+
'include_dirs': ["<!@(node -p \"require('node-addon-api').include\")", "<(local_prefix)/../../c/include"],
88
'dependencies': ["<!(node -p \"require('node-addon-api').gyp\")"],
99
'cflags': ['-fPIC'],
1010
'cflags!': [ '-fno-exceptions'],

0 commit comments

Comments
 (0)